feat: update image
All checks were successful
continuous-integration/drone/push Build is passing

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
Kasper Juul Hermansen 2024-09-08 12:45:59 +02:00
parent 64a8ff073e
commit a74225d9da
Signed by: kjuulh
GPG Key ID: 9AA7BC13CE474394

8
Cargo.lock generated
View File

@ -1092,7 +1092,7 @@ dependencies = [
[[package]]
name = "cuddle-clusters"
version = "0.1.0"
source = "git+https://git.front.kjuulh.io/kjuulh/cuddle-clusters?branch=main#fde0c09a1b650e7bf57cc9d014a7c1d777a7280f"
source = "git+https://git.front.kjuulh.io/kjuulh/cuddle-clusters?branch=main#82173faf0f354c4addc3b89a98cdef8e147ba3a9"
dependencies = [
"anyhow",
"clap",
@ -1571,7 +1571,7 @@ dependencies = [
[[package]]
name = "flux-releaser"
version = "0.1.0"
source = "git+https://git.front.kjuulh.io/kjuulh/flux-releaser?branch=main#4ce386975cfb01d6f138c5e9e8dd6e06228dc432"
source = "git+https://git.front.kjuulh.io/kjuulh/flux-releaser?branch=main#1fb24abd3991a1d9888a93ee37fd11407d428a52"
dependencies = [
"anyhow",
"async-trait",
@ -2210,9 +2210,9 @@ dependencies = [
[[package]]
name = "ipnet"
version = "2.9.0"
version = "2.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8f518f335dce6725a761382244631d86cf0ccb2863413590b31338feb467f9c3"
checksum = "187674a687eed5fe42285b40c6291f9a01517d415fad1c3cbc6a9f778af7fcd4"
[[package]]
name = "is_terminal_polyfill"