diff --git a/Cargo.lock b/Cargo.lock index bb1a8cb..8023ad4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -628,7 +628,7 @@ dependencies = [ "thiserror", "tokio", "tokio-test", - "toml 0.9.12+spec-1.1.0", + "toml 1.0.6+spec-1.1.0", "tracing", "uuid", "windows-sys 0.61.2", @@ -668,7 +668,7 @@ dependencies = [ "tempfile", "thiserror", "tokio", - "toml 0.9.12+spec-1.1.0", + "toml 1.0.6+spec-1.1.0", "tracing", "unidirs", "uuid", @@ -2245,14 +2245,14 @@ dependencies = [ [[package]] name = "toml" -version = "0.9.12+spec-1.1.0" +version = "1.0.6+spec-1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cf92845e79fc2e2def6a5d828f0801e29a2f8acc037becc5ab08595c7d5e9863" +checksum = "399b1124a3c9e16766831c6bba21e50192572cdd98706ea114f9502509686ffc" dependencies = [ "indexmap", "serde_core", "serde_spanned 1.0.4", - "toml_datetime 0.7.5+spec-1.1.0", + "toml_datetime 1.0.0+spec-1.1.0", "toml_parser", "toml_writer", "winnow", @@ -2269,9 +2269,9 @@ dependencies = [ [[package]] name = "toml_datetime" -version = "0.7.5+spec-1.1.0" +version = "1.0.0+spec-1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "92e1cfed4a3038bc5a127e35a2d360f145e1f4b971b551a2ba5fd7aedf7e1347" +checksum = "32c2555c699578a4f59f0cc68e5116c8d7cabbd45e1409b989d4be085b53f13e" dependencies = [ "serde_core", ] diff --git a/Cargo.toml b/Cargo.toml index 0150be5..a025b8c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -127,7 +127,7 @@ tokio = { version = "1.49.0", features = [ "signal", ] } tokio-test = "0.4.5" -toml = "0.9.8" +toml = "1.0.6" # Logging and observability tracing = "0.1.44"