Skip to content

Commit c0dadd5

Browse files
Bump futures from 0.3.19 to 0.3.21 (#3835)
Bumps [futures](https://github.com/rust-lang/futures-rs) from 0.3.19 to 0.3.21. - [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.19...0.3.21) --- updated-dependencies: - dependency-name: futures dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent bf931e2 commit c0dadd5

File tree

4 files changed

+21
-21
lines changed

4 files changed

+21
-21
lines changed

Cargo.lock

Lines changed: 18 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

jormungandr/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ async-graphql-warp = "2.9.5"
3030
base64 = "0.13.0"
3131
bincode = "1.3.3"
3232
bech32 = "0.8"
33-
futures = "0.3.18"
33+
futures = "0.3.21"
3434
hex = "0.4"
3535
jormungandr-lib = { path = "../jormungandr-lib" }
3636
keynesis = "1.1"

testing/jormungandr-automation/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ tonic = "0.6"
1111
prost = "0.9"
1212
tokio = { version = "1.15", features = ["macros","rt","rt-multi-thread"] }
1313
tokio-stream = "0.1"
14-
futures = "0.3.18"
14+
futures = "0.3.21"
1515
base64 = "0.13"
1616
bech32 = "0.8"
1717
bytesize = "1.1.0"

testing/jormungandr-integration-tests/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ tonic = "0.6"
99
bech32 = "0.7"
1010
prost = "0.9"
1111
tokio = { version = "1.15", features = ["macros", "time"] }
12-
futures = "0.3.18"
12+
futures = "0.3.21"
1313
base64 = "0.13"
1414
hex = "0.4.2"
1515
chain-addr = { git = "https://github.com/input-output-hk/chain-libs.git", branch = "master" }

0 commit comments

Comments
 (0)