Skip to content

Commit

Permalink
chore(deps): update reqwest requirement from 0.11.22 to 0.12.0 (#11)
Browse files Browse the repository at this point in the history
Updates the requirements on [reqwest](https://github.com/seanmonstar/reqwest) to permit the latest version.
- [Release notes](https://github.com/seanmonstar/reqwest/releases)
- [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md)
- [Commits](seanmonstar/reqwest@v0.11.22...v0.12.0)

---
updated-dependencies:
- dependency-name: reqwest
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Mar 20, 2024
1 parent dffabbe commit a5b97ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ license = "MIT OR Apache-2.0"
[dependencies]
getset = "0.1.2"
nutype = { version = "0.4.0", features = ["serde"] }
reqwest = { version = "0.11.22", default-features = false, features = ["json"] }
reqwest = { version = "0.12.0", default-features = false, features = ["json"] }
serde = { version = "1.0.189", features = ["derive"] }
serde_json = "1.0.107"
thiserror = "1.0.50"
Expand All @@ -22,7 +22,7 @@ oauth2 = { version = "4.4.2", default-features = false, features = [
"reqwest",
"rustls-tls",
] }
reqwest = { version = "0.11.22", default-features = false, features = [
reqwest = { version = "0.12.0", default-features = false, features = [
"rustls-tls",
"json",
] }
Expand Down

0 comments on commit a5b97ab

Please sign in to comment.