Skip to content

Commit ee1b71f

Browse files
Bump futures from 0.3.18 to 0.3.19
Bumps [futures](https://github.com/rust-lang/futures-rs) from 0.3.18 to 0.3.19. - [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.18...0.3.19) --- 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 548355b commit ee1b71f

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.19"
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
@@ -15,7 +15,7 @@ async-bb8-diesel = { git = "https://github.com/oxidecomputer/async-bb8-diesel",
1515
cookie = "0.15"
1616
# Tracking pending 2.0 version.
1717
diesel = { git = "https://github.com/diesel-rs/diesel", rev = "ce77c382", features = ["postgres", "r2d2", "chrono", "serde_json", "network-address", "uuid"] }
18-
futures = "0.3.18"
18+
futures = "0.3.19"
1919
hex = "0.4.3"
2020
http = "0.2.5"
2121
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.19"
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
@@ -12,7 +12,7 @@ bytes = "1.1"
1212
cfg-if = "1.0"
1313
chrono = { version = "0.4", features = [ "serde" ] }
1414
dropshot = { git = "https://github.com/oxidecomputer/dropshot", branch = "main", features = [ "usdt-probes" ] }
15-
futures = "0.3.18"
15+
futures = "0.3.19"
1616
ipnetwork = "0.18"
1717
nexus-client = { path = "../nexus-client" }
1818
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.19"
1010
libc = "0.2.111"
1111
omicron-common = { path = "../common" }
1212
postgres-protocol = "0.6.3"

0 commit comments

Comments
 (0)