Skip to content

Commit 6c34cd5

Browse files
authored
chore(deps): Drop patch to use custom chrono repo (vectordotdev#18567)
We had set up a custom `chrono` repo to be able to use the crate without enabling the `oldtime` feature, which in turn pulled in the `time` crate that was the subject of a vulnerability issue. With the latest `chrono` release, it no longer depends on the `time` crate, so the patch is no longer needed.
1 parent 0f90c39 commit 6c34cd5

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

Cargo.lock

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

Cargo.toml

-3
Original file line numberDiff line numberDiff line change
@@ -379,9 +379,6 @@ wiremock = "0.5.19"
379379
zstd = { version = "0.12.4", default-features = false }
380380

381381
[patch.crates-io]
382-
# Removes dependency on `time` v0.1
383-
# https://github.com/chronotope/chrono/pull/578
384-
chrono = { git = "https://github.com/vectordotdev/chrono.git", tag = "v0.4.30-no-default-time-1" }
385382
# The upgrade for `tokio-util` >= 0.6.9 is blocked on https://github.com/vectordotdev/vector/issues/11257.
386383
tokio-util = { git = "https://github.com/vectordotdev/tokio", branch = "tokio-util-0.7.8-framed-read-continue-on-error" }
387384
nix = { git = "https://github.com/vectordotdev/nix.git", branch = "memfd/gnu/musl" }

0 commit comments

Comments
 (0)