Skip to content

Commit

Permalink
Bump wasmparser from 0.205.0 to 0.206.0 (#1623)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Apr 29, 2024
1 parent e94de30 commit 1fe775a
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 10 deletions.
25 changes: 18 additions & 7 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 @@ -15,7 +15,7 @@ include = ["Cargo.toml", "*.rs", "LICENSE"]

[dependencies]
contract-metadata = { version = "4.1.1", path = "../metadata" }
wasmparser = "0.205.0"
wasmparser = "0.206.0"
anyhow = "1.0.81"

[dev-dependencies]
Expand Down
4 changes: 2 additions & 2 deletions crates/build/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ rustc_version = "0.4.0"
scale = { package = "parity-scale-codec", version = "3.0.0", features = ["derive"] }
toml = "0.8.12"
tracing = "0.1.40"
wasm-encoder = { version = "0.205.0", features = ["wasmparser"] }
wasmparser = "0.205.0"
wasm-encoder = { version = "0.206.0", features = ["wasmparser"] }
wasmparser = "0.206.0"
semver = { version = "1.0.22", features = ["serde"] }
serde = { version = "1", default-features = false, features = ["derive"] }
serde_json = "1.0.116"
Expand Down

0 comments on commit 1fe775a

Please sign in to comment.