Skip to content

Commit

Permalink
Merge pull request #1880 from appaquet/dependabot/cargo/reqwest-0.11.27
Browse files Browse the repository at this point in the history
chore(deps): bump reqwest from 0.11.26 to 0.11.27
  • Loading branch information
github-actions[bot] authored Mar 19, 2024
2 parents 974c67a + fa98397 commit 6580183
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.30"
log = "0.4.21"
reqwest = { version = "0.11.26", default-features = false, features = ["rustls-tls"] }
reqwest = { version = "0.11.27", default-features = false, features = ["rustls-tls"] }
thiserror = "1.0.58"

[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.35", features = ["serde"] }
futures = "0.3.30"
log = "0.4.21"
rand = "0.8"
reqwest = { version = "0.11.26", default-features = false, features = ["json", "rustls-tls"] }
reqwest = { version = "0.11.27", default-features = false, features = ["json", "rustls-tls"] }
serde = "1.0.197"
serde_derive = "1.0.196"
serde_json = "1.0.114"
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.11.26", default-features = false, features = ["rustls-tls"] }
reqwest = { version = "0.11.27", default-features = false, features = ["rustls-tls"] }
serde = "1.0.197"
serde_derive = "1.0.196"
serde_json = "1.0.114"
Expand Down

0 comments on commit 6580183

Please sign in to comment.