diff --git a/Cargo.lock b/Cargo.lock index ffe8ce48c4..57028cd669 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2701,7 +2701,7 @@ dependencies = [ "surf-disco", "time 0.3.31", "tokio", - "toml 0.8.8", + "toml 0.8.9", "tracing", ] @@ -2731,7 +2731,7 @@ dependencies = [ "thiserror", "tide-disco", "tokio", - "toml 0.8.8", + "toml 0.8.9", "tracing", ] @@ -2918,7 +2918,7 @@ dependencies = [ "rand 0.8.5", "tide-disco", "tokio", - "toml 0.8.8", + "toml 0.8.9", "tracing", ] @@ -6672,7 +6672,7 @@ dependencies = [ "tagged-base64", "tide", "tide-websockets", - "toml 0.8.8", + "toml 0.8.9", "tracing", "tracing-distributed", "tracing-futures", @@ -6867,14 +6867,14 @@ dependencies = [ [[package]] name = "toml" -version = "0.8.8" +version = "0.8.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a1a195ec8c9da26928f773888e0742ca3ca1040c6cd859c919c9f59c1954ab35" +checksum = "c6a4b9e8023eb94392d3dca65d717c53abc5dad49c07cb65bb8fcd87115fa325" dependencies = [ "serde", "serde_spanned", "toml_datetime", - "toml_edit 0.21.0", + "toml_edit 0.21.1", ] [[package]] @@ -6899,9 +6899,9 @@ dependencies = [ [[package]] name = "toml_edit" -version = "0.21.0" +version = "0.21.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d34d383cd00a163b4a5b85053df514d45bc330f6de7737edfe0a93311d1eaa03" +checksum = "6a8534fd7f78b5405e860340ad6575217ce99f38d4d5c8f2442cb5ecb50090e1" dependencies = [ "indexmap 2.1.0", "serde", diff --git a/Cargo.toml b/Cargo.toml index aaced21306..6311688940 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -73,7 +73,7 @@ surf-disco = { git = "https://github.com/EspressoSystems/surf-disco.git", tag = tagged-base64 = { git = "https://github.com/EspressoSystems/tagged-base64", tag = "0.3.4" } tide-disco = { git = "https://github.com/EspressoSystems/tide-disco.git", tag = "v0.4.6" } time = "0.3.31" -toml = "0.8.8" +toml = "0.8.9" tracing = "0.1.40" typenum = "1.17.0" libp2p = { package = "libp2p", version = "0.52.4", features = [