Skip to content

Commit

Permalink
chore(deps): Bump chrono to 0.4.26
Browse files Browse the repository at this point in the history
  • Loading branch information
bruceg committed May 31, 2023
1 parent da7bc95 commit 896cb2f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
12 changes: 9 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ bloom = { version = "0.3.2", default-features = false, optional = true }
bollard = { version = "0.14.0", default-features = false, features = ["ssl", "chrono"], optional = true }
bytes = { version = "1.4.0", default-features = false, features = ["serde"] }
bytesize = { version = "1.2.0", default-features = false }
chrono = { version = "0.4.24", default-features = false, features = ["serde"] }
chrono = { version = "0.4.26", default-features = false, features = ["serde"] }
cidr-utils = { version = "0.5.10", default-features = false }
clap = { version = "4.1.14", default-features = false, features = ["derive", "error-context", "env", "help", "std", "string", "usage", "wrap_help"] }
colored = { version = "2.0.0", default-features = false }
Expand Down Expand Up @@ -363,7 +363,7 @@ zstd = { version = "0.12.3", 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.24-no-default-time-1" }
chrono = { git = "https://github.com/vectordotdev/chrono.git", tag = "v0.4.26-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.4-framed-read-continue-on-error" }
nix = { git = "https://github.com/vectordotdev/nix.git", branch = "memfd/gnu/musl" }
Expand Down

0 comments on commit 896cb2f

Please sign in to comment.