From 550902c113bdb99e6cd3ecbd541f6ceb5bd6f14c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Aug 2025 10:41:14 +0000 Subject: [PATCH] Bump toml from 0.9.4 to 0.9.5 Bumps [toml](https://github.com/toml-rs/toml) from 0.9.4 to 0.9.5. - [Commits](https://github.com/toml-rs/toml/compare/toml-v0.9.4...toml-v0.9.5) --- updated-dependencies: - dependency-name: toml dependency-version: 0.9.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 10 +++++----- src/hyperlight_wasm/Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 26c0000..caf6b79 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1367,7 +1367,7 @@ dependencies = [ "once_cell", "page_size", "tar", - "toml 0.9.4", + "toml 0.9.5", "tracing", "windows", ] @@ -2920,9 +2920,9 @@ dependencies = [ [[package]] name = "toml" -version = "0.9.4" +version = "0.9.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "41ae868b5a0f67631c14589f7e250c1ea2c574ee5ba21c6c8dd4b1485705a5a1" +checksum = "75129e1dc5000bfbaa9fee9d1b21f974f9fbad9daec557a521ee6e080825f6e8" dependencies = [ "indexmap", "serde", @@ -2967,9 +2967,9 @@ dependencies = [ [[package]] name = "toml_parser" -version = "1.0.1" +version = "1.0.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "97200572db069e74c512a14117b296ba0a80a30123fbbb5aa1f4a348f639ca30" +checksum = "b551886f449aa90d4fe2bdaa9f4a2577ad2dde302c61ecf262d80b116db95c10" dependencies = [ "winnow", ] diff --git a/src/hyperlight_wasm/Cargo.toml b/src/hyperlight_wasm/Cargo.toml index 3cac134..2570b62 100644 --- a/src/hyperlight_wasm/Cargo.toml +++ b/src/hyperlight_wasm/Cargo.toml @@ -63,7 +63,7 @@ examples_common = { path = "../examples_common" } criterion = { version = "0.7.0", features = ["html_reports"] } crossbeam-queue = "0.3" blake3 = "1.8" -toml = "0.9.4" +toml = "0.9.5" metrics-util = "0.20.0" metrics-exporter-prometheus = "0.17"