diff --git a/lib/Cargo.toml b/lib/Cargo.toml index 624e5fa4b..364f8e4bb 100644 --- a/lib/Cargo.toml +++ b/lib/Cargo.toml @@ -16,7 +16,7 @@ anstyle = "1.0.6" anyhow = "1.0" camino = { version = "1.0.4", features = ["serde1"] } ostree-ext = { version = "0.13" } -chrono = { version = "0.4.23", features = ["serde"] } +chrono = { version = "0.4.33", features = ["serde"] } clap = { version= "4.2", features = ["derive"] } clap_mangen = { version = "0.2", optional = true } cap-std-ext = "4" diff --git a/xtask/Cargo.toml b/xtask/Cargo.toml index 7e0d66437..91cf5427f 100644 --- a/xtask/Cargo.toml +++ b/xtask/Cargo.toml @@ -14,7 +14,7 @@ path = "src/xtask.rs" [dependencies] anyhow = "1.0.68" camino = "1.0" -chrono = { version = "0.4.23", default_features = false, features = ["std"] } +chrono = { version = "0.4.33", default_features = false, features = ["std"] } fn-error-context = "0.2.0" tempfile = "3.3" mandown = "0.1"