Skip to content

Commit 7203683

Browse files
Bump cargo-util-schemas from 0.10.0 to 0.10.1 (#251)
Bumps [cargo-util-schemas](https://github.com/rust-lang/cargo) from 0.10.0 to 0.10.1. - [Changelog](https://github.com/rust-lang/cargo/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-lang/cargo/commits) --- updated-dependencies: - dependency-name: cargo-util-schemas dependency-version: 0.10.1 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 73be9e9 commit 7203683

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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.

src/hyperlight_wasm_aot/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Application to precompile WebAssembly binaries to for hyperlight-wasm.
1515
wasmtime = { version = "36.0.2", default-features = false, features = ["cranelift", "runtime", "component-model" ] }
1616
clap = "4.5"
1717
cargo_metadata = "0.23"
18-
cargo-util-schemas = "0.10.0"
18+
cargo-util-schemas = "0.10.1"
1919

2020
[features]
2121
gdb = ["wasmtime/debug-builtins"]

0 commit comments

Comments
 (0)