diff --git a/Cargo.toml b/Cargo.toml index 2b5e4048b6bd6..5c9a7c5742caa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -475,7 +475,7 @@ regex = "1.12.3" regex-syntax = "0.8.10" reqwest = { version = "0.12.28", features = ["blocking", "charset", "cookies", "default-tls", "http2", "json", "native-tls-vendored", "stream"] } reqwest-middleware = { version = "0.4.2", features = ["json"] } -reqwest-retry = "0.8.0" +reqwest-retry = "0.9.1" rlimit = "0.11.0" rocksdb = { version = "0.24.0", default-features = false, features = ["lz4", "snappy", "zstd"] } ropey = "1.6.1"