Update Rust crate reqwest-retry to 0.6.0 (#4680)

This commit is contained in:
renovate[bot] 2024-06-30 21:45:35 -04:00 committed by GitHub
parent 56ecc4617a
commit 36625465c1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 7 deletions

View file

@ -112,7 +112,7 @@ reflink-copy = { version = "0.1.15" }
regex = { version = "1.10.2" }
reqwest = { version = "0.12.3", default-features = false, features = ["json", "gzip", "brotli", "stream", "rustls-tls", "rustls-tls-native-roots"] }
reqwest-middleware = { version = "0.3.0" }
reqwest-retry = { version = "0.5.0" }
reqwest-retry = { version = "0.6.0" }
rkyv = { version = "0.7.43", features = ["strict", "validation"] }
rmp-serde = { version = "1.1.2" }
rust-netrc = { version = "0.1.1" }