Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 24, 2023
1 parent 40736db commit bb6d109
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 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 apps/host/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ exocore-protos = {version = "0.1.25", path = "../../protos"}
exocore-store = {version = "0.1.25", path = "../../store"}
futures = "0.3.28"
log = "0.4.20"
reqwest = { version = "0.11.19", default-features = false, features = ["rustls-tls"] }
reqwest = { version = "0.11.20", default-features = false, features = ["rustls-tls"] }
thiserror = "1.0.47"

[target."cfg(any( all(target_arch = \"x86_64\", any(target_os = \"linux\", target_os = \"macos\", target_os = \"windows\")), all(target_arch = \"aarch64\", any(target_os = \"linux\", target_os = \"macos\")) ))".dependencies]
Expand Down
2 changes: 1 addition & 1 deletion discovery/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ chrono = { version = "0.4.26", features = ["serde"] }
futures = "0.3.28"
log = "0.4.20"
rand = "0.8"
reqwest = { version = "0.11.19", default-features = false, features = ["json", "rustls-tls"] }
reqwest = { version = "0.11.20", default-features = false, features = ["json", "rustls-tls"] }
serde = "1.0.185"
serde_derive = "1.0.177"
serde_json = "1.0.105"
Expand Down
2 changes: 1 addition & 1 deletion exo/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ indicatif = "0.17.6"
log = "0.4.20"
log4rs = "1.2.0"
rand = "0.8"
reqwest = { version = "0.11.19", default-features = false, features = ["rustls-tls"] }
reqwest = { version = "0.11.20", default-features = false, features = ["rustls-tls"] }
serde = "1.0.185"
serde_derive = "1.0.177"
serde_json = "1.0.105"
Expand Down

0 comments on commit bb6d109

Please sign in to comment.