Compare commits

..

1 Commits

Author SHA1 Message Date
ab094fd6d6 Update Rust crate schemars to v1
Some checks failed
renovate/artifacts Artifact file update failure
continuous-integration/drone/push Build is failing
continuous-integration/drone/pr Build is failing
2025-07-06 00:15:45 +00:00
3 changed files with 462 additions and 501 deletions

937
Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@@ -6,17 +6,17 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
log = "0.4.29"
log = "0.4.27"
env_logger = "0.11.8"
anyhow = "1.0.100"
serde = { version = "1.0.228", features = ["derive"] }
serde_json = "1.0.149"
schemars = "1.2.0"
tokio = { version = "1.49.0", features = ["full"] }
kube = { version = "3.0.0", features = ["runtime", "derive"] }
k8s-openapi = { version = "0.27.0", features = ["v1_31"] }
anyhow = "1.0.98"
serde = { version = "1.0.219", features = ["derive"] }
serde_json = "1.0.140"
schemars = "1.0.3"
tokio = { version = "1.46.1", features = ["full"] }
kube = { version = "1.1.0", features = ["runtime", "derive"] }
k8s-openapi = { version = "0.25.0", features = ["v1_31"] }
futures = "0.3.31"
thiserror = "2.0.18"
rand = "0.9.2"
thiserror = "2.0.12"
rand = "0.9.1"
mktemp = "0.5.1"
reqwest = "0.13.1"
reqwest = "0.12.22"

View File

@@ -62,7 +62,7 @@ spec:
## Create a bucket
You are now ready to create your first bucket!
You are not ready to create your first bucket!
Here is a basic bucket example:
@@ -113,4 +113,4 @@ spec:
# compliance => nobody can bypass the policy
# governance => users with privileges might bypass policy restrictions
mode: compliance
```
```