Skip to content

Commit

Permalink
Merge pull request #1692 from appaquet/dependabot/cargo/reqwest-0.11.22
Browse files Browse the repository at this point in the history
chore(deps): bump reqwest from 0.11.20 to 0.11.22
  • Loading branch information
github-actions[bot] authored Oct 3, 2023
2 parents b250652 + 4fe8994 commit a945942
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
5 changes: 3 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.20", default-features = false, features = ["rustls-tls"] }
reqwest = { version = "0.11.22", default-features = false, features = ["rustls-tls"] }
thiserror = "1.0.49"

[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.31", features = ["serde"] }
futures = "0.3.28"
log = "0.4.20"
rand = "0.8"
reqwest = { version = "0.11.20", default-features = false, features = ["json", "rustls-tls"] }
reqwest = { version = "0.11.22", default-features = false, features = ["json", "rustls-tls"] }
serde = "1.0.188"
serde_derive = "1.0.188"
serde_json = "1.0.107"
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.7"
log = "0.4.20"
log4rs = "1.2.0"
rand = "0.8"
reqwest = { version = "0.11.20", default-features = false, features = ["rustls-tls"] }
reqwest = { version = "0.11.22", default-features = false, features = ["rustls-tls"] }
serde = "1.0.188"
serde_derive = "1.0.188"
serde_json = "1.0.107"
Expand Down

0 comments on commit a945942

Please sign in to comment.