diff --git a/Cargo.toml b/Cargo.toml index 3abcc3cd09..f4bf8a35b4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -128,7 +128,7 @@ tikv-jemallocator = { version = "=0.6.0", features = ['unprefixed_malloc_on_supp tokio = { version = "=1.46.1", 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.23" +toml = "=0.9.2" tower = "=0.5.2" tower-http = { version = "=0.6.6", 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 72cbb3f440..334cb02054 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.20.0" -toml = "=0.8.23" +toml = "=0.9.2" tracing = "=0.1.41" zip = { version = "=4.2.0", default-features = false, features = ["deflate"] }