Skip to content

Commit 28683f4

Browse files
Bump cargo_metadata from 0.20.0 to 0.21.0
Bumps [cargo_metadata](https://github.com/oli-obk/cargo_metadata) from 0.20.0 to 0.21.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.20.0...0.21.0) --- updated-dependencies: - dependency-name: cargo_metadata dependency-version: 0.21.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 9b91141 commit 28683f4

File tree

2 files changed

+21
-5
lines changed

2 files changed

+21
-5
lines changed

Cargo.lock

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

src/hyperlight_wasm_aot/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ Application to precompile WebAssembly binaries to for hyperlight-wasm.
1414
[dependencies]
1515
wasmtime = { version = "34.0.1", default-features = false, features = ["cranelift", "runtime", "component-model" ] }
1616
clap = "4.5"
17-
cargo_metadata = "0.20"
17+
cargo_metadata = "0.21"
1818
cargo-util-schemas = "=0.2.0"

0 commit comments

Comments
 (0)