Skip to content

Commit

Permalink
Update Rust crate futures to 0.3.31 (#6815)
Browse files Browse the repository at this point in the history
  • Loading branch information
oxide-renovate[bot] authored Oct 10, 2024
1 parent 05d6e20 commit 9a5441f
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 33 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 @@ -354,7 +354,7 @@ float-ord = "0.3.2"
flume = "0.11.0"
foreign-types = "0.3.2"
fs-err = "2.11.0"
futures = "0.3.30"
futures = "0.3.31"
gateway-api = { path = "gateway-api" }
gateway-client = { path = "clients/gateway-client" }
# If you're updating the pinned revision of these MGS dependencies, you should
Expand Down
28 changes: 14 additions & 14 deletions workspace-hack/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,13 @@ elliptic-curve = { version = "0.13.8", features = ["ecdh", "hazmat", "pem", "std
ff = { version = "0.13.0", default-features = false, features = ["alloc"] }
flate2 = { version = "1.0.34" }
fs-err = { version = "2.11.0", default-features = false, features = ["tokio"] }
futures = { version = "0.3.30" }
futures-channel = { version = "0.3.30", features = ["sink"] }
futures-core = { version = "0.3.30" }
futures-io = { version = "0.3.30" }
futures-sink = { version = "0.3.30" }
futures-task = { version = "0.3.30", default-features = false, features = ["std"] }
futures-util = { version = "0.3.30", features = ["channel", "io", "sink"] }
futures = { version = "0.3.31" }
futures-channel = { version = "0.3.31", features = ["sink"] }
futures-core = { version = "0.3.31" }
futures-io = { version = "0.3.31" }
futures-sink = { version = "0.3.31" }
futures-task = { version = "0.3.31", default-features = false, features = ["std"] }
futures-util = { version = "0.3.31", features = ["channel", "io", "sink"] }
gateway-messages = { git = "https://github.com/oxidecomputer/management-gateway-service", rev = "9bbac475dcaac88286c07a20b6bd3e94fc81d7f0", features = ["std"] }
generic-array = { version = "0.14.7", default-features = false, features = ["more_lengths", "zeroize"] }
getrandom = { version = "0.2.14", default-features = false, features = ["js", "rdrand", "std"] }
Expand Down Expand Up @@ -157,13 +157,13 @@ elliptic-curve = { version = "0.13.8", features = ["ecdh", "hazmat", "pem", "std
ff = { version = "0.13.0", default-features = false, features = ["alloc"] }
flate2 = { version = "1.0.34" }
fs-err = { version = "2.11.0", default-features = false, features = ["tokio"] }
futures = { version = "0.3.30" }
futures-channel = { version = "0.3.30", features = ["sink"] }
futures-core = { version = "0.3.30" }
futures-io = { version = "0.3.30" }
futures-sink = { version = "0.3.30" }
futures-task = { version = "0.3.30", default-features = false, features = ["std"] }
futures-util = { version = "0.3.30", features = ["channel", "io", "sink"] }
futures = { version = "0.3.31" }
futures-channel = { version = "0.3.31", features = ["sink"] }
futures-core = { version = "0.3.31" }
futures-io = { version = "0.3.31" }
futures-sink = { version = "0.3.31" }
futures-task = { version = "0.3.31", default-features = false, features = ["std"] }
futures-util = { version = "0.3.31", features = ["channel", "io", "sink"] }
gateway-messages = { git = "https://github.com/oxidecomputer/management-gateway-service", rev = "9bbac475dcaac88286c07a20b6bd3e94fc81d7f0", features = ["std"] }
generic-array = { version = "0.14.7", default-features = false, features = ["more_lengths", "zeroize"] }
getrandom = { version = "0.2.14", default-features = false, features = ["js", "rdrand", "std"] }
Expand Down

0 comments on commit 9a5441f

Please sign in to comment.