summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index b1b1129..5217f97 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -2,7 +2,7 @@
name = "restic-operator"
description = "Restic Operator"
authors = ["Anshul Gupta <ansg191@anshulg.com>"]
-version = "0.1.1"
+version = "0.1.2"
edition = "2021"
license = "MIT"
publish = ["anshulg"]
@@ -17,7 +17,7 @@ bon = "3.3.0"
futures = { version = "0.3.31", default-features = false, features = ["std", "async-await"] }
k8s-openapi = { version = "0.23.0", default-features = false, features = ["v1_30"] }
kube = { version = "0.97.0", features = ["derive", "runtime"] }
-restic-crd = { version = "0.1.0", path = "restic-crd" , registry = "anshulg" }
+restic-crd = { version = "0.1.1", path = "restic-crd" , registry = "anshulg" }
schemars = "0.8.21"
serde = "1.0.215"
serde_json = "1.0.133"