Skip to content

Commit

Permalink
Update Rust crate futures to 0.3.30 (#4750)
Browse files Browse the repository at this point in the history
  • Loading branch information
oxide-renovate[bot] authored Jan 4, 2024
1 parent 18d0c43 commit dfd6372
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 @@ -198,7 +198,7 @@ flate2 = "1.0.28"
flume = "0.11.0"
foreign-types = "0.3.2"
fs-err = "2.11.0"
futures = "0.3.29"
futures = "0.3.30"
gateway-client = { path = "clients/gateway-client" }
gateway-messages = { git = "https://github.com/oxidecomputer/management-gateway-service", rev = "2739c18e80697aa6bc235c935176d14b4d757ee9", default-features = false, features = ["std"] }
gateway-sp-comms = { git = "https://github.com/oxidecomputer/management-gateway-service", rev = "2739c18e80697aa6bc235c935176d14b4d757ee9" }
Expand Down
28 changes: 14 additions & 14 deletions workspace-hack/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,13 @@ either = { version = "1.9.0" }
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.28" }
futures = { version = "0.3.29" }
futures-channel = { version = "0.3.29", features = ["sink"] }
futures-core = { version = "0.3.29" }
futures-io = { version = "0.3.29", default-features = false, features = ["std"] }
futures-sink = { version = "0.3.29" }
futures-task = { version = "0.3.29", default-features = false, features = ["std"] }
futures-util = { version = "0.3.29", features = ["channel", "io", "sink"] }
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", default-features = false, features = ["std"] }
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"] }
gateway-messages = { git = "https://github.com/oxidecomputer/management-gateway-service", rev = "2739c18e80697aa6bc235c935176d14b4d757ee9", features = ["std"] }
generic-array = { version = "0.14.7", default-features = false, features = ["more_lengths", "zeroize"] }
getrandom = { version = "0.2.10", default-features = false, features = ["js", "rdrand", "std"] }
Expand Down Expand Up @@ -144,13 +144,13 @@ either = { version = "1.9.0" }
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.28" }
futures = { version = "0.3.29" }
futures-channel = { version = "0.3.29", features = ["sink"] }
futures-core = { version = "0.3.29" }
futures-io = { version = "0.3.29", default-features = false, features = ["std"] }
futures-sink = { version = "0.3.29" }
futures-task = { version = "0.3.29", default-features = false, features = ["std"] }
futures-util = { version = "0.3.29", features = ["channel", "io", "sink"] }
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", default-features = false, features = ["std"] }
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"] }
gateway-messages = { git = "https://github.com/oxidecomputer/management-gateway-service", rev = "2739c18e80697aa6bc235c935176d14b4d757ee9", features = ["std"] }
generic-array = { version = "0.14.7", default-features = false, features = ["more_lengths", "zeroize"] }
getrandom = { version = "0.2.10", default-features = false, features = ["js", "rdrand", "std"] }
Expand Down

0 comments on commit dfd6372

Please sign in to comment.