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"