Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Bump futures from 0.3.16 to 0.3.18
Bumps [futures](https://github.com/rust-lang/futures-rs) from 0.3.16 to 0.3.18.
- [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.16...0.3.18)

---
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] committed Nov 24, 2021
1 parent fe6152d commit 733d207
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 40 deletions.
55 changes: 19 additions & 36 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 jormungandr/Cargo.toml
Expand Up @@ -31,7 +31,7 @@ base64 = "0.13.0"
bincode = "1.3.3"
bech32 = "0.8"
chrono = "0.4.19"
futures = "0.3.14"
futures = "0.3.18"
hex = "0.4"
jormungandr-lib = { path = "../jormungandr-lib" }
keynesis = "1.1"
Expand Down
2 changes: 1 addition & 1 deletion testing/jormungandr-integration-tests/Cargo.toml
Expand Up @@ -9,7 +9,7 @@ tonic = "0.6"
bech32 = "0.7"
prost = "0.9"
tokio = { version = "1.4", features = ["macros", "time"] }
futures = "0.3.14"
futures = "0.3.18"
base64 = "0.13"
hex = "0.4.2"
chain-addr = { git = "https://github.com/input-output-hk/chain-libs.git", branch = "master" }
Expand Down
2 changes: 1 addition & 1 deletion testing/jormungandr-scenario-tests/Cargo.toml
Expand Up @@ -36,7 +36,7 @@ serde_yaml = "0.8"
structopt = "0.3"
thiserror = "1.0"
hex = "0.4"
futures = "0.3.14"
futures = "0.3.18"
console = "0.15"
yaml-rust = "0.4.4"
indicatif = "0.15"
Expand Down
2 changes: 1 addition & 1 deletion testing/jormungandr-testing-utils/Cargo.toml
Expand Up @@ -11,7 +11,7 @@ tonic = "0.6"
prost = "0.9"
tokio = { version = "1.4", features = ["macros","rt","rt-multi-thread"] }
tokio-stream = "0.1"
futures = "0.3.14"
futures = "0.3.18"
base64 = "0.13"
bech32 = "0.8"
bytesize = "1.0.1"
Expand Down

0 comments on commit 733d207

Please sign in to comment.