Skip to content

Commit

Permalink
Merge pull request #538 from kubewarden/dependabot/cargo/k8s-openapi-…
Browse files Browse the repository at this point in the history
…0.20.0

build(deps): bump k8s-openapi from 0.19.0 to 0.20.0
  • Loading branch information
flavio authored Sep 11, 2023
2 parents c5c3d14 + e154b9d commit 2d14235
Show file tree
Hide file tree
Showing 2 changed files with 76 additions and 27 deletions.
81 changes: 60 additions & 21 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

22 changes: 16 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,23 +6,30 @@ authors = [
"Flavio Castelli <[email protected]>",
"Rafael Fernández López <[email protected]>",
"Víctor Cuadrado Juan <[email protected]>",
"José Guilherme Vanz <[email protected]>"
"José Guilherme Vanz <[email protected]>",
]
edition = "2021"

[dependencies]
anyhow = "1.0"
clap = { version = "4.2", features = [ "cargo", "env" ] }
clap = { version = "4.2", features = ["cargo", "env"] }
daemonize = "0.5"
humansize = "2.1"
itertools = "0.11.0"
k8s-openapi = { version = "0.19.0", default-features = false, features = ["v1_27"] }
k8s-openapi = { version = "0.20.0", default-features = false, features = [
"v1_28",
] }
lazy_static = "1.4.0"
num_cpus = "1.16.0"
opentelemetry-otlp = { version = "0.10.0", features = ["metrics", "tonic"] }
opentelemetry = { version = "0.17", default-features = false, features = ["metrics", "trace", "rt-tokio", "serialize"] }
opentelemetry = { version = "0.17", default-features = false, features = [
"metrics",
"trace",
"rt-tokio",
"serialize",
] }
procfs = "0.15"
policy-evaluator = { git = "https://github.com/kubewarden/policy-evaluator", tag = "v0.11.4" }
policy-evaluator = { git = "https://github.com/kubewarden/policy-evaluator", tag = "v0.11.5" }
rayon = "1.6"
serde_json = "1.0"
serde = { version = "1.0", features = ["derive"] }
Expand All @@ -32,7 +39,10 @@ tracing = "0.1"
tracing-futures = "0.2"
tracing-opentelemetry = "0.17.4"
tracing-subscriber = { version = "0.3", features = ["ansi", "fmt", "json"] }
warp = { version = "0.3.5", default_features = false, features = [ "multipart", "tls"] }
warp = { version = "0.3.5", default_features = false, features = [
"multipart",
"tls",
] }
semver = { version = "1.0.18", features = ["serde"] }

[dev-dependencies]
Expand Down

0 comments on commit 2d14235

Please sign in to comment.