Skip to content

Commit

Permalink
chore(deps): bump reqwest from 0.11.27 to 0.12.4
Browse files Browse the repository at this point in the history
Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.11.27 to 0.12.4.
- [Release notes](https://github.com/seanmonstar/reqwest/releases)
- [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md)
- [Commits](seanmonstar/reqwest@v0.11.27...v0.12.4)

---
updated-dependencies:
- dependency-name: reqwest
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Apr 28, 2024
1 parent d3bb47f commit c3701e0
Show file tree
Hide file tree
Showing 2 changed files with 186 additions and 17 deletions.
201 changes: 185 additions & 16 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 @@ -25,7 +25,7 @@ poise = "0.6.1"
redis = { version = "0.24.0", features = ["tokio-comp", "tokio-rustls-comp"] }
redis-macros = "0.2.1"
regex = "1.10.2"
reqwest = { version = "0.11.22", default-features = false, features = ["rustls-tls", "json", "brotli"] }
reqwest = { version = "0.12.4", default-features = false, features = ["rustls-tls", "json", "brotli"] }
serde = { version = "1.0.193", features = ["derive"] }
serde_json = "1.0.109"
sysinfo = "0.30.5"
Expand Down

0 comments on commit c3701e0

Please sign in to comment.