Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 22, 2024
1 parent 0b74316 commit 8fa9b40
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ dump_lookahead_data = ["byteorder", "image"]

[dependencies]
arg_enum_proc_macro = "0.3.4"
bitstream-io = "~2.3.0"
bitstream-io = "~2.5.0"
cfg-if = "1.0"
clap = { version = "4.5", optional = true, default-features = false, features = [
"color",
Expand Down Expand Up @@ -109,7 +109,7 @@ thiserror = "1.0"
byteorder = { version = "1.5.0", optional = true }
log = "0.4"
console = { version = "0.15", optional = true }
fern = { version = "0.6", optional = true }
fern = { version = "0.7", optional = true }
itertools = "0.13"
simd_helpers = "0.1"
wasm-bindgen = { version = "0.2.90", optional = true }
Expand Down

0 comments on commit 8fa9b40

Please sign in to comment.