Skip to content

Commit

Permalink
Update two dependencies that relied on syn1
Browse files Browse the repository at this point in the history
Now only quickcheck depends on syn1.
  • Loading branch information
lu-zero committed Sep 12, 2023
1 parent f8b95d9 commit 4139b47
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ wasm = ["wasm-bindgen"]
dump_lookahead_data = ["byteorder", "image"]

[dependencies]
arg_enum_proc_macro = "0.3"
arg_enum_proc_macro = "0.3.4"
bitstream-io = "1"
cfg-if = "1.0"
clap = { version = "4.3.19", optional = true, default-features = false, features = [
Expand Down Expand Up @@ -132,7 +132,7 @@ signal-hook = { version = "0.3", optional = true }
assert_cmd = "2.0"
criterion = "0.5"
pretty_assertions = "1.4.0"
interpolate_name = "0.2.3"
interpolate_name = "0.2.4"
nom = "7.1.3"
quickcheck = "1.0"
quickcheck_macros = "1.0"
Expand Down

0 comments on commit 4139b47

Please sign in to comment.