Skip to content

Commit

Permalink
Merge pull request #308 from agourlay/dependabot/cargo/reqwest-0.12.7
Browse files Browse the repository at this point in the history
Bump reqwest from 0.12.5 to 0.12.7
  • Loading branch information
mergify[bot] authored Aug 20, 2024
2 parents 578410a + 33f0ed8 commit 891a6c3
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 91 deletions.
137 changes: 47 additions & 90 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ edition = "2021"

[dependencies]
futures-util = "0.3.30"
reqwest = { version = "0.12.5", default-features = false, features = ["http2", "gzip", "rustls-tls"] }
reqwest = { version = "0.12.7", default-features = false, features = ["http2", "gzip", "rustls-tls"] }
tokio-stream = { version = "0.1.15", features = ["io-util"] }
tokio = { version = "1.39.3", features = ["rt-multi-thread", "fs", "macros", "signal"] }
tokio-util = "0.7.11"
Expand Down

0 comments on commit 891a6c3

Please sign in to comment.