summaryrefslogtreecommitdiff
path: root/xtask/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'xtask/Cargo.toml')
-rw-r--r--xtask/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/xtask/Cargo.toml b/xtask/Cargo.toml
index 3a9c87a..6d40a14 100644
--- a/xtask/Cargo.toml
+++ b/xtask/Cargo.toml
@@ -8,7 +8,7 @@ publish = false
cargo_metadata = "0.19.1"
clap = { version = "4.5.23", features = ["derive"] }
kube = { version = "0.97.0", default-features = false }
-restic-crd = { version = "0.1.0", path = "../restic-crd", registry = "anshulg" }
+restic-crd = { version = "0.1.1", path = "../restic-crd", registry = "anshulg" }
serde_yaml = "0.9.34"
[lints]