Skip to content

Commit 63c54e5

Browse files
Bump futures from 0.3.21 to 0.3.23
Bumps [futures](https://github.com/rust-lang/futures-rs) from 0.3.21 to 0.3.23. - [Release notes](https://github.com/rust-lang/futures-rs/releases) - [Changelog](https://github.com/rust-lang/futures-rs/blob/master/CHANGELOG.md) - [Commits](rust-lang/futures-rs@0.3.21...0.3.23) --- updated-dependencies: - dependency-name: futures dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f0b6e18 commit 63c54e5

File tree

13 files changed

+30
-30
lines changed

13 files changed

+30
-30
lines changed

Cargo.lock

Lines changed: 18 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

common/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ api_identity = { path = "../api_identity" }
1010
backoff = { version = "0.4.0", features = [ "tokio" ] }
1111
chrono = { version = "0.4", features = [ "serde" ] }
1212
dropshot = { git = "https://github.com/oxidecomputer/dropshot", branch = "main", features = [ "usdt-probes" ] }
13-
futures = "0.3.21"
13+
futures = "0.3.23"
1414
http = "0.2.7"
1515
hyper = "0.14"
1616
ipnetwork = "0.20"

gateway-cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ license = "MPL-2.0"
77
[dependencies]
88
anyhow = "1.0"
99
clap = "3.2.16"
10-
futures = "0.3.21"
10+
futures = "0.3.23"
1111
libc = "0.2"
1212
slog-async = "2.6"
1313
slog-term = "2.9"

gateway-client/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ license = "MPL-2.0"
88
progenitor = { git = "https://github.com/oxidecomputer/progenitor" }
99
reqwest = { version = "0.11", default-features = false, features = ["rustls-tls", "stream"] }
1010
serde_json = "1.0"
11-
futures = "0.3.21"
11+
futures = "0.3.23"
1212

1313
[dependencies.chrono]
1414
version = "0.4"

gateway-sp-comms/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ edition = "2018"
55
license = "MPL-2.0"
66

77
[dependencies]
8-
futures = "0.3.21"
8+
futures = "0.3.23"
99
http = "0.2.7"
1010
hyper = "0.14.20"
1111
ringbuffer = "0.8"

gateway/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ license = "MPL-2.0"
77
[dependencies]
88
clap = { version = "3.2", features = ["derive"] }
99
dropshot = { git = "https://github.com/oxidecomputer/dropshot", branch = "main", features = [ "usdt-probes" ] }
10-
futures = "0.3.21"
10+
futures = "0.3.23"
1111
hex = "0.4"
1212
http = "0.2.7"
1313
hyper = "0.14.20"

internal-dns-client/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ edition = "2021"
55
license = "MPL-2.0"
66

77
[dependencies]
8-
futures = "0.3.21"
8+
futures = "0.3.23"
99
omicron-common = { path = "../common" }
1010
progenitor = { git = "https://github.com/oxidecomputer/progenitor" }
1111
reqwest = { version = "0.11", features = ["json", "rustls-tls", "stream"] }

nexus/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ crucible-agent-client = { git = "https://github.com/oxidecomputer/crucible", rev
1919
diesel = { version = "2.0.0-rc.1", features = ["postgres", "r2d2", "chrono", "serde_json", "network-address", "uuid"] }
2020
diesel-dtrace = { git = "https://github.com/oxidecomputer/diesel-dtrace", rev = "b9262a79db59f0727ca28ca9baed6fc6e3cc31e7" }
2121
fatfs = "0.3.5"
22-
futures = "0.3.21"
22+
futures = "0.3.23"
2323
headers = "0.3.7"
2424
hex = "0.4.3"
2525
http = "0.2.7"

oxide-client/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ edition = "2021"
55
license = "MPL-2.0"
66

77
[dependencies]
8-
futures = "0.3.21"
8+
futures = "0.3.23"
99
progenitor = { git = "https://github.com/oxidecomputer/progenitor" }
1010
regress = "0.4.1"
1111
serde_json = "1.0.82"

oximeter/instruments/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ license = "MPL-2.0"
77
[dependencies]
88
chrono = { version = "0.4", features = [ "serde" ] }
99
dropshot = { git = "https://github.com/oxidecomputer/dropshot", branch = "main", features = [ "usdt-probes" ] }
10-
futures = "0.3.21"
10+
futures = "0.3.23"
1111
oximeter = { path = "../oximeter" }
1212
http = { version = "0.2.7", optional = true }
1313
uuid = { version = "1.1.0", features = [ "v4", "serde" ] }

0 commit comments

Comments
 (0)