Skip to content

Commit

Permalink
dependency upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
andrei-marinica committed Jan 23, 2024
1 parent 7ca3f48 commit 65a0bdf
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 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 @@ -21,7 +21,7 @@ proc-macro = true
default = ["syn/full", "syn/parsing", "syn/extra-traits"]

[dependencies]
proc-macro2 = "=1.0.75"
proc-macro2 = "=1.0.76"
quote = "=1.0.35"
syn = "=2.0.48"
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 @@ -14,7 +14,7 @@ keywords = ["multiversx", "blockchain", "contract"]
categories = ["cryptography::cryptocurrencies", "development-tools::procedural-macro-helpers"]

[dependencies]
proc-macro2 = "=1.0.75"
proc-macro2 = "=1.0.76"
quote = "=1.0.35"
syn = "=2.0.48"
hex = "=0.4.3"
Expand Down

0 comments on commit 65a0bdf

Please sign in to comment.