diff --git a/Cargo.lock b/Cargo.lock index afe74dd9237f6..a6994eda2a4e4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -259,9 +259,9 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "chrono" -version = "0.4.38" +version = "0.4.39" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a21f936df1771bf62b77f047b726c4625ff2e8aa607c01ec06e5a05bd8463401" +checksum = "7e36cc9d416881d2e24f9a963be5fb1cd90966419ac844274161d10488b3e825" dependencies = [ "android-tzdata", "iana-time-zone", diff --git a/policy-controller/core/Cargo.toml b/policy-controller/core/Cargo.toml index cc1e124d8cbc2..bd56b5adf2faa 100644 --- a/policy-controller/core/Cargo.toml +++ b/policy-controller/core/Cargo.toml @@ -9,7 +9,7 @@ publish = false ahash = "0.8" anyhow = "1" async-trait = "0.1" -chrono = { version = "0.4.38", default-features = false } +chrono = { version = "0.4.39", default-features = false } futures = { version = "0.3", default-features = false, features = ["std"] } http = "0.2" ipnet = "2" diff --git a/policy-controller/k8s/index/Cargo.toml b/policy-controller/k8s/index/Cargo.toml index 43798e285c178..bab0b4d4f8e36 100644 --- a/policy-controller/k8s/index/Cargo.toml +++ b/policy-controller/k8s/index/Cargo.toml @@ -8,7 +8,7 @@ publish = false [dependencies] ahash = "0.8" anyhow = "1" -chrono = { version = "0.4.38", default-features = false } +chrono = { version = "0.4.39", default-features = false } futures = { version = "0.3", default-features = false } http = "0.2" kube = { workspace = true, default-features = false, features = [ diff --git a/policy-controller/k8s/status/Cargo.toml b/policy-controller/k8s/status/Cargo.toml index 3499fb5565235..35f66a87417fa 100644 --- a/policy-controller/k8s/status/Cargo.toml +++ b/policy-controller/k8s/status/Cargo.toml @@ -9,7 +9,7 @@ publish = false ahash = "0.8" anyhow = "1" # Fix for https://github.com/chronotope/chrono/issues/602 -chrono = { version = "0.4.38", default-features = false, features = ["clock"] } +chrono = { version = "0.4.39", default-features = false, features = ["clock"] } kubert = { workspace = true, default-features = false, features = [ "index", "lease",