Skip to content

Commit 95a9fa1

Browse files
fix(deps): update all non-major dependencies
1 parent 0b74316 commit 95a9fa1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ dump_lookahead_data = ["byteorder", "image"]
7878

7979
[dependencies]
8080
arg_enum_proc_macro = "0.3.4"
81-
bitstream-io = "~2.3.0"
81+
bitstream-io = "~2.6.0"
8282
cfg-if = "1.0"
8383
clap = { version = "4.5", optional = true, default-features = false, features = [
8484
"color",
@@ -109,7 +109,7 @@ thiserror = "1.0"
109109
byteorder = { version = "1.5.0", optional = true }
110110
log = "0.4"
111111
console = { version = "0.15", optional = true }
112-
fern = { version = "0.6", optional = true }
112+
fern = { version = "0.7", optional = true }
113113
itertools = "0.13"
114114
simd_helpers = "0.1"
115115
wasm-bindgen = { version = "0.2.90", optional = true }

0 commit comments

Comments
 (0)