From 29f7baa545937a7f175ab425843e4a3151b640a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Feb 2026 03:06:38 +0000 Subject: [PATCH] Bump toml from 1.0.2+spec-1.1.0 to 1.0.3+spec-1.1.0 Bumps [toml](https://github.com/toml-rs/toml) from 1.0.2+spec-1.1.0 to 1.0.3+spec-1.1.0. - [Commits](https://github.com/toml-rs/toml/compare/toml-v1.0.2...toml-v1.0.3) --- updated-dependencies: - dependency-name: toml dependency-version: 1.0.3+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 1b6aeced..7bd72194 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1559,7 +1559,7 @@ dependencies = [ "page_size", "tar", "tokio", - "toml 1.0.2+spec-1.1.0", + "toml 1.0.3+spec-1.1.0", "tracing", "tracing-forest", "tracing-opentelemetry", @@ -3347,9 +3347,9 @@ dependencies = [ [[package]] name = "toml" -version = "1.0.2+spec-1.1.0" +version = "1.0.3+spec-1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d1dfefef6a142e93f346b64c160934eb13b5594b84ab378133ac6815cb2bd57f" +checksum = "c7614eaf19ad818347db24addfa201729cf2a9b6fdfd9eb0ab870fcacc606c0c" dependencies = [ "indexmap", "serde_core", diff --git a/src/hyperlight_wasm/Cargo.toml b/src/hyperlight_wasm/Cargo.toml index 717267e4..db8cebf1 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.2" +toml = "1.0.3" metrics-util = "0.20.1" metrics-exporter-prometheus = "0.18" opentelemetry = "0.31.0"