diff --git a/Cargo.lock b/Cargo.lock index 783b39b5a016b..38b5a8eb76b8d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1964,8 +1964,8 @@ dependencies = [ [[package]] name = "chrono" -version = "0.4.27" -source = "git+https://github.com/vectordotdev/chrono.git?tag=v0.4.27-no-default-time-1#15dc0b73a0f70d50b742208c4edf57def45ea2a8" +version = "0.4.30" +source = "git+https://github.com/vectordotdev/chrono.git?tag=v0.4.30-no-default-time-1#f59d4df9fc887bba7365e8bc39eb9ab3f3f5750c" dependencies = [ "android-tzdata", "iana-time-zone", diff --git a/Cargo.toml b/Cargo.toml index df572b899e831..d16946aff3005 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -252,7 +252,7 @@ bloomy = { version = "1.2.0", default-features = false, optional = true } bollard = { version = "0.14.0", default-features = false, features = ["ssl", "chrono"], optional = true } bytes = { version = "1.5.0", default-features = false, features = ["serde"] } bytesize = { version = "1.3.0", default-features = false } -chrono = { version = "0.4.27", default-features = false, features = ["serde"] } +chrono = { version = "0.4.30", default-features = false, features = ["serde"] } cidr-utils = { version = "0.5.11", default-features = false } clap = { version = "4.4.2", default-features = false, features = ["derive", "error-context", "env", "help", "std", "string", "usage", "wrap_help"] } colored = { version = "2.0.4", default-features = false } @@ -381,7 +381,7 @@ zstd = { version = "0.12.4", default-features = false } [patch.crates-io] # Removes dependency on `time` v0.1 # https://github.com/chronotope/chrono/pull/578 -chrono = { git = "https://github.com/vectordotdev/chrono.git", tag = "v0.4.27-no-default-time-1" } +chrono = { git = "https://github.com/vectordotdev/chrono.git", tag = "v0.4.30-no-default-time-1" } # The upgrade for `tokio-util` >= 0.6.9 is blocked on https://github.com/vectordotdev/vector/issues/11257. tokio-util = { git = "https://github.com/vectordotdev/tokio", branch = "tokio-util-0.7.8-framed-read-continue-on-error" } nix = { git = "https://github.com/vectordotdev/nix.git", branch = "memfd/gnu/musl" }