Skip to content

Commit

Permalink
build(deps): bump futures from 0.3.28 to 0.3.29 (keep-starknet-strang…
Browse files Browse the repository at this point in the history
…e#1234)

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 30, 2023
1 parent eeb5414 commit 62c63a6
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 20 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ hex = { version = "0.4.3", default-features = false }
safe-mix = { version = "1.0", default-features = false }
jsonrpsee = { version = "0.16.3", default-features = false }
clap = { version = "4.4.7", default-features = false }
futures = { version = "0.3.28", default-features = false }
futures = { version = "0.3.29", default-features = false }
futures-timer = { version = "3.0.2", default-features = false }
md5 = { version = "0.7.0", default-features = false }
reqwest = { version = "0.11.22", default-features = false }
Expand Down
2 changes: 1 addition & 1 deletion crates/client/block-proposer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ targets = ["x86_64-unknown-linux-gnu"]

[dependencies]
codec = { package = "parity-scale-codec", version = "3.2.2" }
futures = "0.3.21"
futures = "0.3.29"
futures-timer = "3.0.1"
log = "0.4.20"
prometheus-endpoint = { workspace = true }
Expand Down

0 comments on commit 62c63a6

Please sign in to comment.