Skip to content

Commit

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

---
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 Jul 22, 2024
1 parent 2057ff1 commit cce1f6d
Show file tree
Hide file tree
Showing 4 changed files with 73 additions and 25 deletions.
92 changes: 70 additions & 22 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.30"
log = "0.4.21"
reqwest = { version = "0.12.4", default-features = false, features = ["rustls-tls"] }
reqwest = { version = "0.12.5", default-features = false, features = ["rustls-tls"] }
thiserror = "1.0.59"

[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.38", features = ["serde"] }
futures = "0.3.30"
log = "0.4.21"
rand = "0.8"
reqwest = { version = "0.12.4", default-features = false, features = ["json", "rustls-tls"] }
reqwest = { version = "0.12.5", default-features = false, features = ["json", "rustls-tls"] }
serde = "1.0.203"
serde_derive = "1.0.197"
serde_json = "1.0.120"
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.8"
log = "0.4.21"
log4rs = "1.3.0"
rand = "0.8"
reqwest = { version = "0.12.4", default-features = false, features = ["rustls-tls"] }
reqwest = { version = "0.12.5", default-features = false, features = ["rustls-tls"] }
serde = "1.0.203"
serde_derive = "1.0.197"
serde_json = "1.0.120"
Expand Down

0 comments on commit cce1f6d

Please sign in to comment.