Skip to content

Commit

Permalink
Update Rust crate futures to 0.3.30
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Dec 24, 2023
1 parent 077e106 commit 5e893c8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ kubernetes_proxy = { path = "proxy" }

[dev-dependencies]
failure = "0.1"
futures = "0.1.21"
futures = "0.3.30"
hyper = "0.12"
hyper-tls = "0.3"
log = "0.4"
Expand Down
2 changes: 1 addition & 1 deletion holding/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ serde_derive = "1.0"
serde_json = "1.0"
serde_yaml = "0.8"
serde_urlencoded = "0.7"
futures = "0.1.21"
futures = "0.3.30"
tokio = "0.1.7"
tokio-core = "0.1.18"
failure = "0.1.8"
Expand Down

0 comments on commit 5e893c8

Please sign in to comment.