Skip to content

Commit

Permalink
dependency upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
andrei-marinica committed Sep 4, 2024
1 parent 29e5061 commit 1aa35d6
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 18 deletions.
32 changes: 16 additions & 16 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion data/codec-derive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ default = ["syn/full", "syn/parsing", "syn/extra-traits"]
[dependencies]
proc-macro2 = "=1.0.86"
quote = "=1.0.37"
syn = "=2.0.76"
syn = "=2.0.77"
hex = "=0.4.3"
2 changes: 1 addition & 1 deletion framework/derive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ categories = ["cryptography::cryptocurrencies", "development-tools::procedural-m
[dependencies]
proc-macro2 = "=1.0.86"
quote = "=1.0.37"
syn = "=2.0.76"
syn = "=2.0.77"
hex = "=0.4.3"
radix_trie = "=0.2.1"

Expand Down

0 comments on commit 1aa35d6

Please sign in to comment.