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 and shssoichiro committed Jun 19, 2023
1 parent e87d9b4 commit ba7ed56
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 @@ -69,7 +69,7 @@ dump_lookahead_data = ["byteorder", "image"]
arg_enum_proc_macro = "0.3"
bitstream-io = "1"
cfg-if = "1.0"
clap = { version = "4.3.1", optional = true, default-features = false, features = [
clap = { version = "4.3.4", optional = true, default-features = false, features = [
"color",
"std",
"wrap_help",
Expand Down Expand Up @@ -101,7 +101,7 @@ console = { version = "0.15", optional = true }
fern = { version = "0.6", optional = true }
itertools = "0.10"
simd_helpers = "0.1"
wasm-bindgen = { version = "0.2.86", optional = true }
wasm-bindgen = { version = "0.2.87", optional = true }
rust_hawktracer = "0.7.0"
nom = { version = "7.1.3", optional = true }
new_debug_unreachable = "1.0.4"
Expand Down

0 comments on commit ba7ed56

Please sign in to comment.