Skip to content

Commit

Permalink
dependency upgrades
Browse files Browse the repository at this point in the history
  • Loading branch information
andrei-marinica committed Jan 29, 2024
1 parent 2fe5305 commit 73dd051
Show file tree
Hide file tree
Showing 7 changed files with 44 additions and 43 deletions.
75 changes: 38 additions & 37 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.76"
proc-macro2 = "=1.0.78"
quote = "=1.0.35"
syn = "=2.0.48"
hex = "=0.4.3"
2 changes: 1 addition & 1 deletion framework/base/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ esdt-token-payment-legacy-decode = []

[dependencies]
hex-literal = "=0.4.1"
bitflags = "=2.4.1"
bitflags = "=2.4.2"
num-traits = { version = "=0.2.17", default-features = false }

[dependencies.multiversx-sc-derive]
Expand Down
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.76"
proc-macro2 = "=1.0.78"
quote = "=1.0.35"
syn = "=2.0.48"
hex = "=0.4.3"
Expand Down
2 changes: 1 addition & 1 deletion framework/meta/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ colored = "2.0"
lazy_static = "1.4.0"
convert_case = "0.6.0"
hex = "0.4"
wasmparser = "0.118.1"
wasmparser = "0.120.0"
wasmprinter = "0.2.71"
semver = "1.0.20"

Expand Down
2 changes: 1 addition & 1 deletion framework/snippets/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ tokio = { version = "1.24", features = ["full"] }
hex = "0.4"
base64 = "0.21.5"
log = "0.4.17"
env_logger = "0.10"
env_logger = "0.11"
futures = "0.3"

[dependencies.multiversx-sc-scenario]
Expand Down
2 changes: 1 addition & 1 deletion vm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ rand_seeder = "0.2.2"
ed25519-dalek = "2.0.0"
itertools = "0.12.0"
hex-literal = "=0.4.1"
bitflags = "=2.4.1"
bitflags = "=2.4.2"

[dependencies.multiversx-chain-vm-executor]
version = "0.2.0"

0 comments on commit 73dd051

Please sign in to comment.