diff --git a/Cargo.lock b/Cargo.lock index 39b47022..e35fbd0a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3036,7 +3036,6 @@ dependencies = [ "k8s-openapi", "kube", "rand", - "regex", "reqwest", "rstest", "semver", diff --git a/Cargo.nix b/Cargo.nix index 536f07ab..c6aa1843 100644 --- a/Cargo.nix +++ b/Cargo.nix @@ -9668,10 +9668,6 @@ rec { name = "rand"; packageId = "rand"; } - { - name = "regex"; - packageId = "regex"; - } { name = "reqwest"; packageId = "reqwest"; diff --git a/rust/stackable-cockpit/Cargo.toml b/rust/stackable-cockpit/Cargo.toml index b2beb804..6a83a80d 100644 --- a/rust/stackable-cockpit/Cargo.toml +++ b/rust/stackable-cockpit/Cargo.toml @@ -20,7 +20,6 @@ indexmap.workspace = true k8s-openapi.workspace = true kube.workspace = true rand.workspace = true -regex.workspace = true reqwest.workspace = true semver.workspace = true serde_json.workspace = true