Skip to content

Commit 0dfa09c

Browse files
authored
chore(deps): Bump chrono to 0.4.26 (#17537)
Still need the hack to drop the `oldtime` feature.
1 parent 247bb80 commit 0dfa09c

File tree

3 files changed

+12
-5
lines changed

3 files changed

+12
-5
lines changed

Cargo.lock

+9-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ bloom = { version = "0.3.2", default-features = false, optional = true }
238238
bollard = { version = "0.14.0", default-features = false, features = ["ssl", "chrono"], optional = true }
239239
bytes = { version = "1.4.0", default-features = false, features = ["serde"] }
240240
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"] }
242242
cidr-utils = { version = "0.5.10", default-features = false }
243243
clap = { version = "4.1.14", default-features = false, features = ["derive", "error-context", "env", "help", "std", "string", "usage", "wrap_help"] }
244244
colored = { version = "2.0.0", default-features = false }
@@ -363,7 +363,7 @@ zstd = { version = "0.12.3", default-features = false }
363363
[patch.crates-io]
364364
# Removes dependency on `time` v0.1
365365
# 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" }
367367
# The upgrade for `tokio-util` >= 0.6.9 is blocked on https://github.com/vectordotdev/vector/issues/11257.
368368
tokio-util = { git = "https://github.com/vectordotdev/tokio", branch = "tokio-util-0.7.4-framed-read-continue-on-error" }
369369
nix = { git = "https://github.com/vectordotdev/nix.git", branch = "memfd/gnu/musl" }

LICENSE-3rdparty.csv

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ aes,https://github.com/RustCrypto/block-ciphers,MIT OR Apache-2.0,RustCrypto Dev
77
ahash,https://github.com/tkaitchuck/ahash,MIT OR Apache-2.0,Tom Kaitchuck <[email protected]>
88
aho-corasick,https://github.com/BurntSushi/aho-corasick,Unlicense OR MIT,Andrew Gallant <[email protected]>
99
amq-protocol,https://github.com/amqp-rs/amq-protocol,BSD-2-Clause,Marc-Antoine Perennou <%[email protected]>
10+
android-tzdata,https://github.com/RumovZ/android-tzdata,MIT OR Apache-2.0,RumovZ
1011
android_system_properties,https://github.com/nical/android_system_properties,MIT OR Apache-2.0,Nicolas Silva <[email protected]>
1112
ansi_term,https://github.com/ogham/rust-ansi-term,MIT,"[email protected], Ryan Scheel (Havvy) <[email protected]>, Josh Triplett <[email protected]>"
1213
anyhow,https://github.com/dtolnay/anyhow,MIT OR Apache-2.0,David Tolnay <[email protected]>

0 commit comments

Comments
 (0)