Skip to content

Commit 927a6f5

Browse files
authored
Merge pull request #538 from bottlerocket-os/dependabot/cargo/futures-0.3.24
build(deps): bump futures from 0.3.23 to 0.3.24
2 parents 919e72b + 9ce03ec commit 927a6f5

File tree

4 files changed

+21
-21
lines changed

4 files changed

+21
-21
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.

bottlerocket/testsys/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ license = "MIT OR Apache-2.0"
99
base64 = "0.13.0"
1010
bottlerocket-types = { version = "0.0.1", path = "../types" }
1111
env_logger = "0.9"
12-
futures = "0.3.23"
12+
futures = "0.3.24"
1313
http = "0"
1414
k8s-openapi = { version = "0.15", features = ["v1_20", "api"], default-features = false }
1515
kube = { version = "0.74", default-features = true, features = ["config", "derive", "ws"] }

cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ license = "MIT OR Apache-2.0"
99
anyhow = "1.0"
1010
clap = { version = "3.2", features = ["derive"] }
1111
env_logger = "0.9"
12-
futures = "0.3.23"
12+
futures = "0.3.24"
1313
log = "0.4"
1414
model = { path = "../model" }
1515
serde = "1"

selftest/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ license = "MIT OR Apache-2.0"
99
[dependencies]
1010
anyhow = "1"
1111
envy = "0"
12-
futures = "0.3.23"
12+
futures = "0.3.24"
1313
k8s-openapi = { version = "0.15", default-features = false, features = ["v1_20"] }
1414
kube = { version = "0.74", default-features = true }
1515
lazy_static = "1"

0 commit comments

Comments
 (0)