Skip to content

Commit 06c42b6

Browse files
committed
fix licenses in dependencies
1 parent 272441c commit 06c42b6

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ kube = { version = "1.1.0", default-features = false }
1717
k8s-openapi = { version = "0.25.0", features = ["latest", "schemars"] }
1818
clap = { version = "4.5.40", features = ["derive", "help", "std", "string"], default-features = false }
1919
serde = { version = "1.0.219", features = ["derive"] }
20-
keycloak-types = { git = "https://github.com/Gottox/keycloak-client.rs" }
20+
keycloak-types = { git = "https://github.com/Gottox/keycloak-client.rs", rev = "5314c46" }
2121
#schemars = { version = "0.9.0", features = ["chrono04", "either1"] }
2222
schemars = { version = "0.8.22", features = ["chrono", "either"] }
2323

rustcloak-operator/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ randstr = { git = "https://github.com/Gottox/randstr", branch = "main" }
2828
structured-logger = "1.0.4"
2929
heck = "0.5"
3030
rustcloak-crd = { path = "../rustcloak-crd" }
31-
keycloak-client = { git = "https://github.com/Gottox/keycloak-client.rs" }
31+
keycloak-client = { git = "https://github.com/Gottox/keycloak-client.rs", rev = "5314c46" }
3232
#keycloak-client = { path = "../../keycloak-client.rs/keycloak-client" }
3333
shorter-bounds = "0.1.1"
3434
metrics = "0.24"

utils/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ edition.workspace = true
1111
clap = { workspace = true }
1212
rustcloak-crd = { path = "../rustcloak-crd" }
1313
serde_yaml = "0.9.34"
14-
crd2md = { git = "https://github.com/withlazers/crd2md.git" }
14+
crd2md = { git = "https://github.com/withlazers/crd2md.git", rev = "67776e4" }
1515
kube = { version = "1.1.0", default-features = false }

0 commit comments

Comments
 (0)