@@ -238,7 +238,7 @@ bloom = { version = "0.3.2", default-features = false, optional = true }
238
238
bollard = { version = " 0.14.0" , default-features = false , features = [" ssl" , " chrono" ], optional = true }
239
239
bytes = { version = " 1.4.0" , default-features = false , features = [" serde" ] }
240
240
bytesize = { version = " 1.2.0" , default-features = false }
241
- chrono = { version = " 0.4.24 " , default-features = false , features = [" serde" ] }
241
+ chrono = { version = " 0.4.26 " , default-features = false , features = [" serde" ] }
242
242
cidr-utils = { version = " 0.5.10" , default-features = false }
243
243
clap = { version = " 4.1.14" , default-features = false , features = [" derive" , " error-context" , " env" , " help" , " std" , " string" , " usage" , " wrap_help" ] }
244
244
colored = { version = " 2.0.0" , default-features = false }
@@ -363,7 +363,7 @@ zstd = { version = "0.12.3", default-features = false }
363
363
[patch .crates-io ]
364
364
# Removes dependency on `time` v0.1
365
365
# https://github.com/chronotope/chrono/pull/578
366
- chrono = { git = " https://github.com/vectordotdev/chrono.git" , tag = " v0.4.24 -no-default-time-1" }
366
+ chrono = { git = " https://github.com/vectordotdev/chrono.git" , tag = " v0.4.26 -no-default-time-1" }
367
367
# The upgrade for `tokio-util` >= 0.6.9 is blocked on https://github.com/vectordotdev/vector/issues/11257.
368
368
tokio-util = { git = " https://github.com/vectordotdev/tokio" , branch = " tokio-util-0.7.4-framed-read-continue-on-error" }
369
369
nix = { git = " https://github.com/vectordotdev/nix.git" , branch = " memfd/gnu/musl" }
0 commit comments