Skip to content

Commit

Permalink
chore(deps): update rust crate futures to 0.3.29 (#4374)
Browse files Browse the repository at this point in the history
  • Loading branch information
oxide-renovate[bot] authored Oct 27, 2023
1 parent 43fd0f9 commit d6c2d77
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 @@ -191,7 +191,7 @@ flate2 = "1.0.28"
flume = "0.11.0"
foreign-types = "0.3.2"
fs-err = "2.9.0"
futures = "0.3.28"
futures = "0.3.29"
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 @@ -36,13 +36,13 @@ diesel = { version = "2.1.1", features = ["chrono", "i-implement-a-third-party-b
digest = { version = "0.10.7", features = ["mac", "oid", "std"] }
either = { version = "1.9.0" }
flate2 = { version = "1.0.28" }
futures = { version = "0.3.28" }
futures-channel = { version = "0.3.28", features = ["sink"] }
futures-core = { version = "0.3.28" }
futures-io = { version = "0.3.28", default-features = false, features = ["std"] }
futures-sink = { version = "0.3.28" }
futures-task = { version = "0.3.28", default-features = false, features = ["std"] }
futures-util = { version = "0.3.28", features = ["channel", "io", "sink"] }
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"] }
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 @@ -128,13 +128,13 @@ diesel = { version = "2.1.1", features = ["chrono", "i-implement-a-third-party-b
digest = { version = "0.10.7", features = ["mac", "oid", "std"] }
either = { version = "1.9.0" }
flate2 = { version = "1.0.28" }
futures = { version = "0.3.28" }
futures-channel = { version = "0.3.28", features = ["sink"] }
futures-core = { version = "0.3.28" }
futures-io = { version = "0.3.28", default-features = false, features = ["std"] }
futures-sink = { version = "0.3.28" }
futures-task = { version = "0.3.28", default-features = false, features = ["std"] }
futures-util = { version = "0.3.28", features = ["channel", "io", "sink"] }
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"] }
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 d6c2d77

Please sign in to comment.