From 54c64f8cb2dd950acc17f7eb5d9aba521a034feb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Jan 2026 03:12:25 +0000 Subject: [PATCH] Bump toml from 0.9.10+spec-1.1.0 to 0.9.11+spec-1.1.0 Bumps [toml](https://github.com/toml-rs/toml) from 0.9.10+spec-1.1.0 to 0.9.11+spec-1.1.0. - [Commits](https://github.com/toml-rs/toml/compare/toml-v0.9.10...toml-v0.9.11) --- updated-dependencies: - dependency-name: toml dependency-version: 0.9.11+spec-1.1.0 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- src/hyperlight_wasm/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9e0a0a3..f26e419 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3300,9 +3300,9 @@ dependencies = [ [[package]] name = "toml" -version = "0.9.10+spec-1.1.0" +version = "0.9.11+spec-1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0825052159284a1a8b4d6c0c86cbc801f2da5afd2b225fa548c72f2e74002f48" +checksum = "f3afc9a848309fe1aaffaed6e1546a7a14de1f935dc9d89d32afd9a44bab7c46" dependencies = [ "indexmap", "serde_core", diff --git a/src/hyperlight_wasm/Cargo.toml b/src/hyperlight_wasm/Cargo.toml index 9531259..fb5ce2e 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.1", features = ["html_reports"] } crossbeam-queue = "0.3" blake3 = "1.8" -toml = "0.9.10" +toml = "0.9.11" metrics-util = "0.20.1" metrics-exporter-prometheus = "0.18" opentelemetry = "0.31.0"