Skip to content

Commit

Permalink
Merge pull request #405 from kubewarden/renovate/all-patch
Browse files Browse the repository at this point in the history
fix(deps): update all patchlevel dependencies
  • Loading branch information
viccuad authored Jan 2, 2024
2 parents 74b7aff + 7e5d62e commit 16cc2c0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ email_address = { version = "0.2.4", features = ["serde"] }
itertools = "0.12"
json-patch = "1.0"
k8s-openapi = { version = "0.20.0", default-features = false }
kube = { version = "0.87.1", default-features = false, features = [
kube = { version = "0.87.2", default-features = false, features = [
"client",
"rustls-tls",
] }
kubewarden-policy-sdk = "0.9.8"
kubewarden-policy-sdk = "0.9.9"
lazy_static = "1.4"
mail-parser = { version = "0.9.2", features = ["serde"] }
picky = { version = "7.0.0-rc.8", default-features = false, features = [
Expand All @@ -40,7 +40,7 @@ serde_json = "1.0"
serde_yaml = "0.9"
sha2 = "0.10"
thiserror = "1.0"
time = { version = "0.3.30", features = ["serde-human-readable"] }
time = { version = "0.3.31", features = ["serde-human-readable"] }
tokio = { version = "^1", features = ["rt", "rt-multi-thread"] }
tracing = "0.1"
tracing-futures = "0.2"
Expand Down
6 changes: 3 additions & 3 deletions crates/burrego/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ edition = "2021"
[dependencies]
base64 = "0.21.5"
chrono = { version = "0.4.31", default-features = false, features = ["clock"] }
chrono-tz = "0.8.4"
chrono-tz = "0.8.5"
gtmpl = "0.7.1"
gtmpl_value = "0.5.1"
itertools = "0.12.0"
Expand All @@ -18,8 +18,8 @@ lazy_static = "1.4.0"
regex = "1.5.6"
semver = "1.0.20"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0.108"
serde_yaml = "0.9.27"
serde_json = "1.0.110"
serde_yaml = "0.9.29"
thiserror = "1.0"
tracing = "0.1"
tracing-subscriber = { version = "0.3", features = ["fmt", "env-filter"] }
Expand Down

0 comments on commit 16cc2c0

Please sign in to comment.