Skip to content

Commit 539f955

Browse files
fix(deps): update all non-major dependencies
1 parent 585b244 commit 539f955

File tree

2 files changed

+13
-14
lines changed

2 files changed

+13
-14
lines changed

Cargo.lock

+10-11
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
@@ -74,13 +74,13 @@ dump_lookahead_data = ["byteorder", "image"]
7474
arg_enum_proc_macro = "0.3.4"
7575
bitstream-io = "2"
7676
cfg-if = "1.0"
77-
clap = { version = "4.4.11", optional = true, default-features = false, features = [
77+
clap = { version = "4.4.16", optional = true, default-features = false, features = [
7878
"color",
7979
"std",
8080
"wrap_help",
8181
"derive",
8282
] }
83-
clap_complete = { version = "4.4.5", optional = true }
83+
clap_complete = { version = "4.4.6", optional = true }
8484
libc = "0.2"
8585
y4m = { version = "0.8", optional = true }
8686
backtrace = { version = "0.3", optional = true }
@@ -110,7 +110,7 @@ wasm-bindgen = { version = "0.2.89", optional = true }
110110
nom = { version = "7.1.3", optional = true }
111111
new_debug_unreachable = "1.0.4"
112112
once_cell = "1.19.0"
113-
av1-grain = "0.2.2"
113+
av1-grain = "0.2.3"
114114
serde-big-array = { version = "0.5.1", optional = true }
115115
profiling = { version = "1" }
116116
tracing-subscriber = { version = "0.3.18", optional = true }

0 commit comments

Comments
 (0)