From c86cd3dd95385f8a6df3774bd933803d0e2cf3f6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Feb 2026 03:07:03 +0000 Subject: [PATCH] Bump toml from 0.9.11+spec-1.1.0 to 0.9.12+spec-1.1.0 Bumps [toml](https://github.com/toml-rs/toml) from 0.9.11+spec-1.1.0 to 0.9.12+spec-1.1.0. - [Commits](https://github.com/toml-rs/toml/compare/toml-v0.9.11...toml-v0.9.12) --- updated-dependencies: - dependency-name: toml dependency-version: 0.9.12+spec-1.1.0 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- src/hyperlight_wasm/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index dac3710..9e712c9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3313,9 +3313,9 @@ dependencies = [ [[package]] name = "toml" -version = "0.9.11+spec-1.1.0" +version = "0.9.12+spec-1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f3afc9a848309fe1aaffaed6e1546a7a14de1f935dc9d89d32afd9a44bab7c46" +checksum = "cf92845e79fc2e2def6a5d828f0801e29a2f8acc037becc5ab08595c7d5e9863" dependencies = [ "indexmap", "serde_core", @@ -3337,9 +3337,9 @@ dependencies = [ [[package]] name = "toml_parser" -version = "1.0.6+spec-1.1.0" +version = "1.0.7+spec-1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a3198b4b0a8e11f09dd03e133c0280504d0801269e9afa46362ffde1cbeebf44" +checksum = "247eaa3197818b831697600aadf81514e577e0cba5eab10f7e064e78ae154df1" dependencies = [ "winnow", ] diff --git a/src/hyperlight_wasm/Cargo.toml b/src/hyperlight_wasm/Cargo.toml index 7d832c7..20851f8 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 = "0.9.11" +toml = "0.9.12" metrics-util = "0.20.1" metrics-exporter-prometheus = "0.18" opentelemetry = "0.31.0"