Skip to content

Commit

Permalink
dependency upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
andrei-marinica committed Aug 26, 2024
1 parent 2a13279 commit 12d3da5
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 20 deletions.
24 changes: 12 additions & 12 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 data/codec-derive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ default = ["syn/full", "syn/parsing", "syn/extra-traits"]

[dependencies]
proc-macro2 = "=1.0.86"
quote = "=1.0.36"
syn = "=2.0.72"
quote = "=1.0.37"
syn = "=2.0.76"
hex = "=0.4.3"
2 changes: 1 addition & 1 deletion data/codec/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ version = "=0.20.1"
optional = true

[dependencies]
arrayvec = { version = "=0.7.4", default-features = false }
arrayvec = { version = "=0.7.6", default-features = false }
num-bigint = { version = "0.4", optional = true } # can only be used in std contexts
unwrap-infallible = "0.1.5"

Expand Down
4 changes: 2 additions & 2 deletions framework/derive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ categories = ["cryptography::cryptocurrencies", "development-tools::procedural-m

[dependencies]
proc-macro2 = "=1.0.86"
quote = "=1.0.36"
syn = "=2.0.72"
quote = "=1.0.37"
syn = "=2.0.76"
hex = "=0.4.3"
radix_trie = "=0.2.1"

Expand Down
4 changes: 2 additions & 2 deletions framework/meta-lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ colored = "2.0"
lazy_static = "1.4.0"
convert_case = "0.6.0"
hex = "0.4"
wasmparser = "0.214"
wasmprinter = "0.214"
wasmparser = "0.216"
wasmprinter = "0.216"
semver = "1.0.20"

[dependencies.multiversx-sc]
Expand Down
2 changes: 1 addition & 1 deletion vm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ hex-literal = "=0.4.1"
bitflags = "=2.6.0"
colored = "2.1.0"
rand = { version= "0.8.5", optional = true }
rand_seeder = { version= "0.2.2", optional = true }
rand_seeder = { version= "0.3.0", optional = true }
ed25519-dalek = { version = "2.1.0" , optional = true }

[dependencies.multiversx-chain-vm-executor]
Expand Down

0 comments on commit 12d3da5

Please sign in to comment.