Skip to content

Commit

Permalink
chore(deps): bump futures from 0.3.26 to 0.3.27
Browse files Browse the repository at this point in the history
Bumps [futures](https://github.com/rust-lang/futures-rs) from 0.3.26 to 0.3.27.
- [Release notes](https://github.com/rust-lang/futures-rs/releases)
- [Changelog](https://github.com/rust-lang/futures-rs/blob/master/CHANGELOG.md)
- [Commits](rust-lang/futures-rs@0.3.26...0.3.27)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Mar 15, 2023
1 parent b53aaf0 commit ff0cd21
Show file tree
Hide file tree
Showing 9 changed files with 26 additions and 26 deletions.
36 changes: 18 additions & 18 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 bitfinex-price/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ fail-on-warnings = []
[dependencies]
shared = { path = "../shared", package = "stablesats-shared" }

futures = "0.3.26"
futures = "0.3.27"
serde = { version = "1.0.152", features = ["derive"] }
serde_json = "1.0.94"
thiserror = "1.0.39"
Expand Down
2 changes: 1 addition & 1 deletion cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ clap = { version = "4.1", features = ["derive", "env"] }
serde = { version = "1.0.152", features = ["derive"] }
serde_yaml = "0.9.19"
tokio = "1.26.0"
futures = "0.3.26"
futures = "0.3.27"
tonic = "0.8.3"
url = { version = "2.3.1", features = ["serde"] }
rust_decimal = "1.28.1"
Expand Down
2 changes: 1 addition & 1 deletion galoy-client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ edition = "2021"
fail-on-warnings = []

[dependencies]
futures = "0.3.26"
futures = "0.3.27"
graphql_client = {version = "0.12.0", features = ["reqwest"]}
reqwest = { version = "0.11.14", default-features = false, features = ["json", "rustls-tls"] }
serde = { version = "1.0.152", features = ["derive"] }
Expand Down
2 changes: 1 addition & 1 deletion hedging/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ rust_decimal_macros = "1.28.1"
serde = "1.0.152"
serde_json = "1.0.93"
tokio = "1.26.0"
futures = "0.3.26"
futures = "0.3.27"
thiserror = "1.0.39"
opentelemetry = { version = "0.18.0", features = ["trace"] }
tracing-opentelemetry = "0.18.0"
Expand Down
2 changes: 1 addition & 1 deletion okex-price/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ fail-on-warnings = []
[dependencies]
shared = { path = "../shared", package = "stablesats-shared" }

futures = "0.3.26"
futures = "0.3.27"
serde = { version = "1.0.152", features = ["derive"] }
serde_json = "1.0.94"
thiserror = "1.0.39"
Expand Down
2 changes: 1 addition & 1 deletion price-server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ prost = "0.11"
tonic = "0.8"
axum-core = "0.3.3"
tokio = "1.26.0"
futures = "0.3.26"
futures = "0.3.27"
thiserror = "1.0.39"
serde = { version = "1.0.152", features = ["derive"] }
rust_decimal = "1.28.1"
Expand Down
2 changes: 1 addition & 1 deletion shared/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ fail-on-warnings = []
chrono = { version = "0.4", features = ["clock", "serde"], default-features = false }
derive_builder = "0.12.0"
fred = { version = "5.2.0", features = ["subscriber-client"] }
futures = "0.3.26"
futures = "0.3.27"
opentelemetry = "0.18.0"
rust_decimal = "1.28.1"
rust_decimal_macros = "1.28.1"
Expand Down
2 changes: 1 addition & 1 deletion user-trades/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ serde = "1.0.152"
anyhow = "1.0.69"
rust_decimal = "1.28.1"
rust_decimal_macros = "1.28.1"
futures = "0.3.26"
futures = "0.3.27"
serde_with = "2.3.1"

[dev-dependencies]
Expand Down

0 comments on commit ff0cd21

Please sign in to comment.