Skip to content

Commit ad6162b

Browse files
Update dependencies
* Bump clevercloud-sdk to 0.10.3 * Bump hyper to 0.14.19 Signed-off-by: Florentin Dubois <florentin.dubois@clever-cloud.com>
1 parent 06cad79 commit ad6162b

File tree

2 files changed

+26
-28
lines changed

2 files changed

+26
-28
lines changed

Cargo.lock

Lines changed: 24 additions & 26 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ keywords = ["kubernetes", "operator", "clevercloud", "openshift"]
1616
async-trait = "^0.1.53"
1717
chrono = "^0.4.19"
1818
clap = { version = "^3.1.18", features = ["derive"] }
19-
clevercloud-sdk = { version = "^0.10.2", features = ["jsonschemas"] }
19+
clevercloud-sdk = { version = "^0.10.3", features = ["jsonschemas"] }
2020
config = "^0.13.1"
2121
futures = "^0.3.21"
2222
hostname = "^0.3.1"
23-
hyper = { version = "^0.14.18", features = ["server", "tcp", "http1"] }
23+
hyper = { version = "^0.14.19", features = ["server", "tcp", "http1"] }
2424
json-patch = "^0.2.6"
2525
kube = { version = "^0.73.0", default-features = false, features = [
2626
"client",

0 commit comments

Comments
 (0)