Skip to content

Commit b98f0a8

Browse files
dependabot[bot]nathanwhit
authored andcommitted
Bump cargo_metadata from 0.15.3 to 0.15.4 (paritytech#13899)
Bumps [cargo_metadata](https://github.com/oli-obk/cargo_metadata) from 0.15.3 to 0.15.4. - [Release notes](https://github.com/oli-obk/cargo_metadata/releases) - [Changelog](https://github.com/oli-obk/cargo_metadata/blob/main/CHANGELOG.md) - [Commits](oli-obk/cargo_metadata@0.15.3...0.15.4) --- updated-dependencies: - dependency-name: cargo_metadata dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent abcacca commit b98f0a8

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

client/executor/wasmtime/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,4 @@ sp-io = { version = "7.0.0", path = "../../../primitives/io" }
4848
tempfile = "3.3.0"
4949
paste = "1.0"
5050
codec = { package = "parity-scale-codec", version = "3.2.2" }
51-
cargo_metadata = "0.15.2"
51+
cargo_metadata = "0.15.4"

utils/wasm-builder/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ targets = ["x86_64-unknown-linux-gnu"]
1515
[dependencies]
1616
ansi_term = "0.12.1"
1717
build-helper = "0.1.1"
18-
cargo_metadata = "0.15.2"
18+
cargo_metadata = "0.15.4"
1919
strum = { version = "0.24.1", features = ["derive"] }
2020
tempfile = "3.1.0"
2121
toml = "0.7.3"

0 commit comments

Comments
 (0)