Skip to content

Commit

Permalink
chore(deps): bump futures from 0.3.30 to 0.3.31 (#1837)
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasad1 authored Oct 23, 2024
1 parent 9b5523e commit 03f63ef
Show file tree
Hide file tree
Showing 2 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.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ either = { version = "1.13.0", default-features = false }
finito = { version = "0.1.0", default-features = false }
frame-decode = { version = "0.4.0", default-features = false }
frame-metadata = { version = "16.0.0", default-features = false }
futures = { version = "0.3.30", default-features = false, features = ["std"] }
futures = { version = "0.3.31", default-features = false, features = ["std"] }
getrandom = { version = "0.2", default-features = false }
hashbrown = "0.14.5"
hex = { version = "0.4.3", default-features = false }
Expand Down Expand Up @@ -120,7 +120,7 @@ hex-literal = "0.4.1"
smoldot = { version = "0.18.0", default-features = false }
smoldot-light = { version = "0.16.2", default-features = false }
tokio-stream = "0.1.16"
futures-util = "0.3.30"
futures-util = "0.3.31"
rand = "0.8.5"
pin-project = "1.1.5"

Expand Down

0 comments on commit 03f63ef

Please sign in to comment.