Compare commits
1 Commits
renovate/t
...
master
Author | SHA1 | Date | |
---|---|---|---|
5b4036a6ba |
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -1760,9 +1760,9 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "tokio"
|
name = "tokio"
|
||||||
version = "1.41.0"
|
version = "1.41.1"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "145f3413504347a2be84393cc8a7d2fb4d863b375909ea59f2158261aa258bbb"
|
checksum = "22cfb5bee7a6a52939ca9224d6ac897bb669134078daa8735560897f69de4d33"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"backtrace",
|
"backtrace",
|
||||||
"bytes",
|
"bytes",
|
||||||
|
@ -16,7 +16,7 @@ tokio = { version = "1.37.0", features = ["full"] }
|
|||||||
kube = { version = "0.90.0", features = ["runtime", "derive"] }
|
kube = { version = "0.90.0", features = ["runtime", "derive"] }
|
||||||
k8s-openapi = { version = "0.21.1", features = ["v1_29"] }
|
k8s-openapi = { version = "0.21.1", features = ["v1_29"] }
|
||||||
futures = "0.3.30"
|
futures = "0.3.30"
|
||||||
thiserror = "2.0.0"
|
thiserror = "1.0.59"
|
||||||
rand = "0.8.5"
|
rand = "0.8.5"
|
||||||
mktemp = "0.5.1"
|
mktemp = "0.5.1"
|
||||||
reqwest = "0.12.3"
|
reqwest = "0.12.3"
|
||||||
|
Loading…
Reference in New Issue
Block a user