Skip to content

Commit

Permalink
fix(deps): update rust crate reqwest to 0.11.22 (#38)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 5, 2023
1 parent a4ba89f commit 1d42683
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ walkdir = "2.4.0"

# rest backend
backoff = "0.4.0"
reqwest = { version = "0.11.20", default-features = false, features = ["json", "rustls-tls-native-roots", "stream", "blocking"] }
reqwest = { version = "0.11.22", default-features = false, features = ["json", "rustls-tls-native-roots", "stream", "blocking"] }
url = "2.4.1"

# rclone backend
Expand Down

0 comments on commit 1d42683

Please sign in to comment.