diff --git a/Cargo.lock b/Cargo.lock index 403963bf44d..6aefce7f780 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5526,9 +5526,9 @@ dependencies = [ [[package]] name = "toml" -version = "0.8.21" +version = "0.8.22" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "900f6c86a685850b1bc9f6223b20125115ee3f31e01207d81655bbcc0aea9231" +checksum = "05ae329d1f08c4d17a59bed7ff5b5a769d062e64a62d34a3261b219e62cd5aae" dependencies = [ "indexmap", "serde", @@ -5548,9 +5548,9 @@ dependencies = [ [[package]] name = "toml_edit" -version = "0.22.25" +version = "0.22.26" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "10558ed0bd2a1562e630926a2d1f0b98c827da99fabd3fe20920a59642504485" +checksum = "310068873db2c5b3e7659d2cc35d21855dbafa50d1ce336397c666e3cb08137e" dependencies = [ "indexmap", "serde", @@ -5562,9 +5562,9 @@ dependencies = [ [[package]] name = "toml_write" -version = "0.1.0" +version = "0.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "28391a4201ba7eb1984cfeb6862c0b3ea2cfe23332298967c749dddc0d6cd976" +checksum = "bfb942dfe1d8e29a7ee7fcbde5bd2b9a25fb89aa70caea2eba3bee836ff41076" [[package]] name = "tower" diff --git a/Cargo.toml b/Cargo.toml index a143ac17579..bf2d094da74 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -125,7 +125,7 @@ tikv-jemallocator = { version = "=0.6.0", features = ['unprefixed_malloc_on_supp tokio = { version = "=1.44.2", features = ["net", "signal", "io-std", "io-util", "rt-multi-thread", "macros", "process"]} tokio-postgres = "=0.7.13" tokio-util = "=0.7.15" -toml = "=0.8.21" +toml = "=0.8.22" tower = "=0.5.2" tower-http = { version = "=0.6.2", features = ["add-extension", "fs", "catch-panic", "timeout", "compression-full"] } tracing = "=0.1.41" diff --git a/crates/crates_io_database_dump/Cargo.toml b/crates/crates_io_database_dump/Cargo.toml index 6952977970e..e41221a7368 100644 --- a/crates/crates_io_database_dump/Cargo.toml +++ b/crates/crates_io_database_dump/Cargo.toml @@ -16,7 +16,7 @@ serde = { version = "=1.0.219", features = ["derive"] } serde_json = "=1.0.140" tar = "=0.4.44" tempfile = "=3.19.1" -toml = "=0.8.21" +toml = "=0.8.22" tracing = "=0.1.41" zip = { version = "=2.6.1", default-features = false, features = ["deflate"] }