Skip to content

Commit

Permalink
Merge pull request #538 from bottlerocket-os/dependabot/cargo/futures…
Browse files Browse the repository at this point in the history
…-0.3.24

build(deps): bump futures from 0.3.23 to 0.3.24
  • Loading branch information
stmcginnis authored Aug 31, 2022
2 parents 919e72b + 9ce03ec commit 927a6f5
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 21 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 bottlerocket/testsys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ license = "MIT OR Apache-2.0"
base64 = "0.13.0"
bottlerocket-types = { version = "0.0.1", path = "../types" }
env_logger = "0.9"
futures = "0.3.23"
futures = "0.3.24"
http = "0"
k8s-openapi = { version = "0.15", features = ["v1_20", "api"], default-features = false }
kube = { version = "0.74", default-features = true, features = ["config", "derive", "ws"] }
Expand Down
2 changes: 1 addition & 1 deletion cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ license = "MIT OR Apache-2.0"
anyhow = "1.0"
clap = { version = "3.2", features = ["derive"] }
env_logger = "0.9"
futures = "0.3.23"
futures = "0.3.24"
log = "0.4"
model = { path = "../model" }
serde = "1"
Expand Down
2 changes: 1 addition & 1 deletion selftest/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ license = "MIT OR Apache-2.0"
[dependencies]
anyhow = "1"
envy = "0"
futures = "0.3.23"
futures = "0.3.24"
k8s-openapi = { version = "0.15", default-features = false, features = ["v1_20"] }
kube = { version = "0.74", default-features = true }
lazy_static = "1"
Expand Down

0 comments on commit 927a6f5

Please sign in to comment.