Skip to content

Commit

Permalink
Bump reqwest from 0.10.10 to 0.11.10
Browse files Browse the repository at this point in the history
Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.10.10 to 0.11.10.
- [Release notes](https://github.com/seanmonstar/reqwest/releases)
- [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md)
- [Commits](seanmonstar/reqwest@v0.10.10...v0.11.10)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 30, 2022
1 parent e8f98de commit 415611e
Show file tree
Hide file tree
Showing 7 changed files with 26 additions and 151 deletions.
163 changes: 19 additions & 144 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 iapyx/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,6 @@ bincode = "1.3.3"
cocoon = { git = "https://github.com/dkijania/cocoon.git" }

[dependencies.reqwest]
version = "0.10.6"
version = "0.11.10"
default-features = false
features = ["blocking","rustls-tls"]
2 changes: 1 addition & 1 deletion registration-service/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ signals-handler = { path = "../signals-handler" }
regex = "1.5.4"

[dependencies.reqwest]
version = "0.10.10"
version = "0.11.10"
default-features = false
features = ["blocking", "rustls-tls", "json"]
2 changes: 1 addition & 1 deletion registration-verify-service/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ serde_yaml = "0.8"
signals-handler = { path = "../signals-handler" }

[dependencies.reqwest]
version = "0.10.10"
version = "0.11.10"
default-features = false
features = ["blocking", "rustls-tls"]
2 changes: 1 addition & 1 deletion snapshot-trigger-service/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ serde_yaml = "0.8"
signals-handler = { path = "../signals-handler" }

[dependencies.reqwest]
version = "0.10.10"
version = "0.11.10"
default-features = false
features = ["blocking", "rustls-tls","json"]
2 changes: 1 addition & 1 deletion valgrind/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ chain-addr = { git = "https://github.com/input-output-hk/chain-libs.git", branch
url = "2.2.2"

[dependencies.reqwest]
version = "0.10.10"
version = "0.11.10"
default-features = false
features = ["blocking", "rustls-tls", "json"]

Loading

0 comments on commit 415611e

Please sign in to comment.