Skip to content

Commit

Permalink
fix(deps): update all patchlevel dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 23, 2022
1 parent 72d3ea3 commit ae5b795
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
14 changes: 7 additions & 7 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@ anyhow = "1.0"
itertools = "0.10.3"
policy-evaluator = { git = "https://github.com/kubewarden/policy-evaluator", tag = "v0.4.7" }
lazy_static = "1.4.0"
clap = { version = "3.2.16", features = [ "cargo", "env" ] }
clap = { version = "3.2.17", features = [ "cargo", "env" ] }
k8s-openapi = { version = "0.15.0", default-features = false, features = ["v1_24"] }
warp = { version = "0.3.2", default_features = false, features = [ "multipart", "tls"] }
num_cpus = "1.13.1"
opentelemetry = { version = "0.17", default-features = false, features = ["metrics", "trace", "rt-tokio", "serialize"] }
opentelemetry-otlp = { version = "0.10.0", features = ["metrics", "tonic"] }
serde_json = "1.0"
serde = { version = "1.0", features = ["derive"] }
serde_yaml = "0.9.4"
serde_yaml = "0.9.10"
tokio = { version = "^1", features = ["full"] }
tracing = "0.1"
tracing-subscriber = { version = "0.3", features = ["ansi", "fmt", "json"] }
Expand Down

0 comments on commit ae5b795

Please sign in to comment.