Skip to content

Commit

Permalink
fix(deps): update rust crate reqwest to 0.11.26
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Mar 12, 2024
1 parent bfd2c49 commit 808e5f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/backend/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ walkdir = "2.5.0"

# rest backend
backoff = { version = "0.4.0", optional = true }
reqwest = { version = "0.11.25", default-features = false, features = ["json", "rustls-tls-native-roots", "stream", "blocking"], optional = true }
reqwest = { version = "0.11.26", default-features = false, features = ["json", "rustls-tls-native-roots", "stream", "blocking"], optional = true }

# rclone backend
rand = { version = "0.8.5", optional = true }
Expand Down

0 comments on commit 808e5f7

Please sign in to comment.