From 36af885cb70cec25a34757c23fd03d74197813e0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Mar 2026 03:06:39 +0000 Subject: [PATCH] Bump toml from 1.0.3+spec-1.1.0 to 1.0.4+spec-1.1.0 Bumps [toml](https://github.com/toml-rs/toml) from 1.0.3+spec-1.1.0 to 1.0.4+spec-1.1.0. - [Commits](https://github.com/toml-rs/toml/compare/toml-v1.0.3...toml-v1.0.4) --- updated-dependencies: - dependency-name: toml dependency-version: 1.0.4+spec-1.1.0 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 6 +++--- src/hyperlight_wasm/Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ea269927..5c28f321 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1559,7 +1559,7 @@ dependencies = [ "page_size", "tar", "tokio", - "toml 1.0.3+spec-1.1.0", + "toml 1.0.4+spec-1.1.0", "tracing", "tracing-forest", "tracing-opentelemetry", @@ -3347,9 +3347,9 @@ dependencies = [ [[package]] name = "toml" -version = "1.0.3+spec-1.1.0" +version = "1.0.4+spec-1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c7614eaf19ad818347db24addfa201729cf2a9b6fdfd9eb0ab870fcacc606c0c" +checksum = "c94c3321114413476740df133f0d8862c61d87c8d26f04c6841e033c8c80db47" dependencies = [ "indexmap", "serde_core", diff --git a/src/hyperlight_wasm/Cargo.toml b/src/hyperlight_wasm/Cargo.toml index 33d9253d..a93f06da 100644 --- a/src/hyperlight_wasm/Cargo.toml +++ b/src/hyperlight_wasm/Cargo.toml @@ -79,7 +79,7 @@ examples_common = { path = "../examples_common" } criterion = { version = "0.8.2", features = ["html_reports"] } crossbeam-queue = "0.3" blake3 = "1.8" -toml = "1.0.3" +toml = "1.0.4" metrics-util = "0.20.1" metrics-exporter-prometheus = "0.18" opentelemetry = "0.31.0"