Skip to content

Commit e77fc47

Browse files
dependabot[bot]syntactically
authored andcommitted
Bump cargo_metadata from 0.19.2 to 0.20.0
Bumps [cargo_metadata](https://github.com/oli-obk/cargo_metadata) from 0.19.2 to 0.20.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.19.2...0.20.0) --- updated-dependencies: - dependency-name: cargo_metadata dependency-version: 0.20.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 2a168d1 commit e77fc47

File tree

2 files changed

+68
-5
lines changed

2 files changed

+68
-5
lines changed

Cargo.lock

Lines changed: 67 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,4 +14,4 @@ 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.19"
17+
cargo_metadata = "0.20"

0 commit comments

Comments
 (0)