Skip to content

Commit 8d7297c

Browse files
renovate[bot]barrbrain
authored andcommitted
fix(deps): update all non-major dependencies
1 parent 4f779b0 commit 8d7297c

File tree

2 files changed

+25
-36
lines changed

2 files changed

+25
-36
lines changed

Cargo.lock

+22-33
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ clap = { version = "4.4.11", optional = true, default-features = false, features
8080
"wrap_help",
8181
"derive",
8282
] }
83-
clap_complete = { version = "4.4.4", optional = true }
83+
clap_complete = { version = "4.4.5", optional = true }
8484
libc = "0.2"
8585
y4m = { version = "0.8", optional = true }
8686
backtrace = { version = "0.3", optional = true }
@@ -90,10 +90,10 @@ paste = "1.0"
9090
noop_proc_macro = "0.3.0"
9191
serde = { version = "1.0", features = ["derive"], optional = true }
9292
dav1d-sys = { version = "0.6.0", package = "libdav1d-sys", optional = true }
93-
aom-sys = { version = "0.3.2", optional = true }
93+
aom-sys = { version = "0.3.3", optional = true }
9494
scan_fmt = { version = "0.2.6", optional = true, default-features = false }
9595
ivf = { version = "0.1", path = "ivf/", optional = true }
96-
v_frame = "0.3.6"
96+
v_frame = "0.3.7"
9797
av-metrics = { version = "0.9.1", optional = true, default-features = false }
9898
rayon = { package = "maybe-rayon", version = "0.1", default-features = false }
9999
crossbeam = { version = "0.8", optional = true }

0 commit comments

Comments
 (0)