From c0e355da3b999e5195f527244140acb367a2a884 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 1 Jan 2024 08:15:52 +0000 Subject: [PATCH] fix(deps): update all patchlevel dependencies --- Cargo.toml | 6 +++--- crates/burrego/Cargo.toml | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index f0f155cd..3aa47e0e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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 = [ @@ -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" diff --git a/crates/burrego/Cargo.toml b/crates/burrego/Cargo.toml index 0569ca7b..57f0319c 100644 --- a/crates/burrego/Cargo.toml +++ b/crates/burrego/Cargo.toml @@ -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" @@ -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.109" +serde_yaml = "0.9.29" thiserror = "1.0" tracing = "0.1" tracing-subscriber = { version = "0.3", features = ["fmt", "env-filter"] }