Skip to content

Commit e4f156a

Browse files
Bump futures from 0.3.19 to 0.3.21 (#669)
Bumps [futures](https://github.com/rust-lang/futures-rs) from 0.3.19 to 0.3.21. - [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.19...0.3.21) --- updated-dependencies: - dependency-name: futures dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 97fe9d1 commit e4f156a

File tree

6 files changed

+23
-23
lines changed

6 files changed

+23
-23
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.3.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.18"
13+
futures = "0.3.21"
1414
http = "0.2.5"
1515
hyper = "0.14"
1616
ipnetwork = "0.18"

nexus/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ cookie = "0.16"
1616
crucible-agent-client = { git = "https://github.com/oxidecomputer/crucible", rev = "078d364e14d57d5faa3a44001c65709935419779" }
1717
# Tracking pending 2.0 version.
1818
diesel = { git = "https://github.com/diesel-rs/diesel", rev = "ce77c382", features = ["postgres", "r2d2", "chrono", "serde_json", "network-address", "uuid"] }
19-
futures = "0.3.18"
19+
futures = "0.3.21"
2020
hex = "0.4.3"
2121
http = "0.2.5"
2222
hyper = "0.14"

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.18"
10+
futures = "0.3.21"
1111
oximeter = { path = "../oximeter" }
1212
http = { version = "0.2.5", optional = true }
1313
uuid = { version = "0.8.2", features = [ "v4", "serde" ] }

sled-agent/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ chrono = { version = "0.4", features = [ "serde" ] }
1414
# Only used by the simulated sled agent.
1515
crucible-agent-client = { git = "https://github.com/oxidecomputer/crucible", rev = "078d364e14d57d5faa3a44001c65709935419779" }
1616
dropshot = { git = "https://github.com/oxidecomputer/dropshot", branch = "main", features = [ "usdt-probes" ] }
17-
futures = "0.3.18"
17+
futures = "0.3.21"
1818
ipnetwork = "0.18"
1919
nexus-client = { path = "../nexus-client" }
2020
omicron-common = { path = "../common" }

test-utils/Cargo.toml

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

77
[dependencies]
88
anyhow = "1.0"
9-
futures = "0.3.18"
9+
futures = "0.3.21"
1010
libc = "0.2.116"
1111
omicron-common = { path = "../common" }
1212
postgres-protocol = "0.6.3"

0 commit comments

Comments
 (0)