Skip to content

Commit

Permalink
chore: update reqwest requirement from 0.10 to 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.10.0...v0.11.13)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 14, 2023
1 parent 5afe9c5 commit c90cc8e
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 @@ -28,7 +28,7 @@ http = { version = "0.2", optional = true }
itertools = "0.10"
log = { version = "0.4", optional = true }
regex = { version = "1.3", optional = true }
reqwest = { version = "0.10", features = ["blocking"], optional = true }
reqwest = { version = "0.11", features = ["blocking"], optional = true }
semver = "1.0.9"
serde = "1.0"
serde_derive = "1.0"
Expand Down Expand Up @@ -56,7 +56,7 @@ chrono_dev = { version = "0.4", features = ["serde"], package = "chrono" }
futures = "0.3"
uuid0_dev = { version = "0", features = ["serde"], package = "uuid" }
uuid1_dev = { version = "1", features = ["serde"], package = "uuid" }
reqwest = { version = "0.10", features = ["blocking", "json"] }
reqwest = { version = "0.11", features = ["blocking", "json"] }
log = { version = "0.4", features = ["kv_unstable"] }
insta = "1.0"
env_logger = "0.8"
Expand Down

0 comments on commit c90cc8e

Please sign in to comment.