Skip to content

Commit

Permalink
Merge pull request #1857 from scpwiki/dependabot/cargo/deepwell/reqwe…
Browse files Browse the repository at this point in the history
…st-0.12.1

Bump reqwest from 0.11.27 to 0.12.1 in /deepwell
  • Loading branch information
emmiegit authored Mar 26, 2024
2 parents a7d0c03 + 33f731a commit 080e292
Show file tree
Hide file tree
Showing 2 changed files with 189 additions and 32 deletions.
219 changes: 188 additions & 31 deletions deepwell/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 deepwell/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ rand = "0.8"
redis = { version = "0.23", features = ["aio", "connection-manager", "keep-alive", "tokio-comp"] }
ref-map = "0.1"
regex = "1"
reqwest = { version = "0.11", features = ["json", "rustls-tls"], default-features = false }
reqwest = { version = "0.12", features = ["json", "rustls-tls"], default-features = false }
rsmq_async = "8"
rust-s3 = { version = "0.32", features = ["with-tokio"], default-features = false }
rust-otp = "2"
Expand Down

0 comments on commit 080e292

Please sign in to comment.