Skip to content

Commit

Permalink
chore(deps): update rust crates (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 1, 2024
1 parent ffd127c commit eede66b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 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 @@ -37,8 +37,8 @@ walkdir = "2.5.0"
cargo_metadata = "0.18.1"
cargo_toml = "0.20.2"
bpaf = { version = "0.9.12", features = ["derive", "batteries"] }
proc-macro2 = { version = "1", features = ["span-locations"] }
syn = { version = "2", features = [
proc-macro2 = { version = "1.0.81", features = ["span-locations"] }
syn = { version = "2.0.60", features = [
"full",
"visit",
"extra-traits", # add "extra-traits" to debug syn ast
Expand Down

0 comments on commit eede66b

Please sign in to comment.