diff --git a/Cargo.lock b/Cargo.lock index 63b1fc01632..ec59de0c020 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -446,7 +446,7 @@ dependencies = [ "threadpool", "tikv-jemallocator", "tokio", - "toml 0.7.2", + "toml 0.7.3", "tower", "tower-http", "tower-service", @@ -3204,9 +3204,9 @@ dependencies = [ [[package]] name = "toml" -version = "0.7.2" +version = "0.7.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f7afcae9e3f0fe2c370fd4657108972cbb2fa9db1b9f84849cefd80741b01cb6" +checksum = "b403acf6f2bb0859c93c7f0d967cb4a75a7ac552100f9322faf64dc047669b21" dependencies = [ "serde", "serde_spanned", @@ -3225,9 +3225,9 @@ dependencies = [ [[package]] name = "toml_edit" -version = "0.19.4" +version = "0.19.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9a1eb0622d28f4b9c90adc4ea4b2b46b47663fde9ac5fafcb14a1369d5508825" +checksum = "08de71aa0d6e348f070457f85af8bd566e2bc452156a423ddf22861b3a953fae" dependencies = [ "indexmap", "serde", diff --git a/Cargo.toml b/Cargo.toml index eeb3f759d6f..e4187fddf99 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -74,7 +74,7 @@ tempfile = "=3.4.0" thiserror = "=1.0.39" threadpool = "=1.8.1" tokio = { version = "=1.26.0", features = ["net", "signal", "io-std", "io-util", "rt-multi-thread", "macros"]} -toml = "=0.7.2" +toml = "=0.7.3" tower = "=0.4.13" tower-http = { version = "=0.4.0", features = ["fs", "catch-panic"] } tracing = "=0.1.37"