Skip to content

Commit 79c60a2

Browse files
Bump cargo_metadata from 0.22.0 to 0.23.0 in /src/wasm_runtime (#216)
Bumps [cargo_metadata](https://github.com/oli-obk/cargo_metadata) from 0.22.0 to 0.23.0. - [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.22.0...0.23.0) --- updated-dependencies: - dependency-name: cargo_metadata dependency-version: 0.23.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e868127 commit 79c60a2

File tree

2 files changed

+3
-134
lines changed

2 files changed

+3
-134
lines changed

src/wasm_runtime/Cargo.lock

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

src/wasm_runtime/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ spin = "0.10.0"
2121
[build-dependencies]
2222
cc = "1.2"
2323
cfg-if = { version = "1" }
24-
cargo_metadata = "0.22"
24+
cargo_metadata = "0.23"
2525
reqwest = {version = "0.12", default-features = false, features = ["blocking","rustls-tls"] }
2626

2727
[workspace] # indicate that this crate is not part of any workspace

0 commit comments

Comments
 (0)