Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into cmichi-add-revive-flag
Browse files Browse the repository at this point in the history
  • Loading branch information
cmichi committed Dec 5, 2024
2 parents 65c675e + c11471d commit cea5c99
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 10 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 crates/analyze/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ include = ["Cargo.toml", "*.rs", "LICENSE"]
[dependencies]
contract-metadata = { version = "5.0.1", path = "../metadata" }
wasmparser = "0.220.0"
anyhow = "1.0.83"
anyhow = "1.0.94"

[dev-dependencies]
wat = "1.221.2"
Expand Down
4 changes: 2 additions & 2 deletions crates/build/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ include = ["Cargo.toml", "src/**/*.rs", "README.md", "LICENSE", "build.rs", "tem

[dependencies]
regex = "1"
anyhow = "1.0.83"
anyhow = "1.0.94"
blake2 = "0.10.6"
cargo_metadata = "0.19.1"
colored = "2.1.0"
Expand Down Expand Up @@ -55,7 +55,7 @@ contract-metadata = { version = "5.0.1", path = "../metadata" }
uzers = "0.12"

[build-dependencies]
anyhow = "1.0.83"
anyhow = "1.0.94"
walkdir = "2.5.0"
zip = { version = "2.2.1", default-features = false }

Expand Down
4 changes: 2 additions & 2 deletions crates/cargo-contract/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ contract-transcode = { version = "5.0.1", path = "../transcode" }
contract-metadata = { version = "5.0.1", path = "../metadata" }
contract-analyze = { version = "5.0.1", path = "../analyze" }

anyhow = "1.0.83"
anyhow = "1.0.94"
clap = { version = "4.5.22", features = ["derive", "env"] }
primitive-types = { version = "0.13.1", default-features = false, features = ["codec", "scale-info", "serde"] }
tracing = "0.1.40"
Expand All @@ -50,7 +50,7 @@ sp-weights = "31.0.0"
hex = "0.4.3"

[build-dependencies]
anyhow = "1.0.83"
anyhow = "1.0.94"
substrate-build-script-utils = "11.0.0"
current_platform = "0.2.0"
which = "7.0.0"
Expand Down
2 changes: 1 addition & 1 deletion crates/extrinsics/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ contract-build = { version = "5.0.1", path = "../build" }
contract-metadata = { version = "5.0.1", path = "../metadata" }
contract-transcode = { version = "5.0.1", path = "../transcode" }

anyhow = "1.0.83"
anyhow = "1.0.94"
blake2 = { version = "0.10.6", default-features = false }
futures = { version = "0.3.30", default-features = false, features = ["std"] }
itertools = { version = "0.13", default-features = false }
Expand Down
2 changes: 1 addition & 1 deletion crates/metadata/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ semver = { version = "1.0.23", features = ["serde"] }
serde = { version = "1", default-features = false, features = ["derive"] }
serde_json = "1.0.133"
url = { version = "2.5.4", features = ["serde"] }
anyhow = "1.0.83"
anyhow = "1.0.94"

[dev-dependencies]
pretty_assertions = "1.4.1"
2 changes: 1 addition & 1 deletion crates/transcode/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ include = ["Cargo.toml", "*.rs", "LICENSE"]
path = "src/lib.rs"

[dependencies]
anyhow = "1.0.83"
anyhow = "1.0.94"
base58 = { version = "0.2.0" }
blake2 = { version = "0.10.6", default-features = false }
contract-metadata = { version = "5.0.1", path = "../metadata" }
Expand Down

0 comments on commit cea5c99

Please sign in to comment.