Compare commits

...

3 Commits

Author SHA1 Message Date
6dea641f6a Update Rust crate reqwest to 0.11.26
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
2024-03-13 00:05:21 +00:00
1c8287e04b Update Rust crate reqwest to 0.11.25
All checks were successful
continuous-integration/drone/push Build is passing
2024-03-09 00:14:07 +00:00
31f660da3f Update Rust crate tokio to 1.36.0
All checks were successful
continuous-integration/drone/push Build is passing
2024-03-09 00:12:33 +00:00
2 changed files with 6 additions and 6 deletions

8
Cargo.lock generated
View File

@ -1328,9 +1328,9 @@ checksum = "c08c74e62047bb2de4ff487b251e4a92e24f48745648451635cec7d591162d9f"
[[package]]
name = "reqwest"
version = "0.11.24"
version = "0.11.26"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c6920094eb85afde5e4a138be3f2de8bbdf28000f0029e72c45025a56b042251"
checksum = "78bf93c4af7a8bb7d879d51cebe797356ff10ae8516ace542b5182d9dcac10b2"
dependencies = [
"base64",
"bytes",
@ -1763,9 +1763,9 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
[[package]]
name = "tokio"
version = "1.35.1"
version = "1.36.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c89b4efa943be685f629b149f53829423f8f5531ea21249408e8e2f8671ec104"
checksum = "61285f6515fa018fb2d1e46eb21223fff441ee8db5d0f1435e8ab4f5cdb80931"
dependencies = [
"backtrace",
"bytes",

View File

@ -12,11 +12,11 @@ anyhow = "1.0.80"
serde = { version = "1.0.195", features = ["derive"] }
serde_json = "1.0.114"
schemars = "0.8.16"
tokio = { version = "1.35.1", features = ["full"] }
tokio = { version = "1.36.0", features = ["full"] }
kube = { version = "0.87.2", features = ["runtime", "derive"] }
k8s-openapi = { version = "0.20.0", features = ["v1_27"] }
futures = "0.3.30"
thiserror = "1.0.57"
rand = "0.8.5"
mktemp = "0.5.1"
reqwest = "0.11.24"
reqwest = "0.11.26"