Skip to content

Commit 752056c

Browse files
chore(deps): Bump zstd from 0.12.3+zstd.1.5.2 to 0.12.4 (vectordotdev#18031)
Bumps [zstd](https://github.com/gyscos/zstd-rs) from 0.12.3+zstd.1.5.2 to 0.12.4. <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/gyscos/zstd-rs/commits">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=zstd&package-manager=cargo&previous-version=0.12.3+zstd.1.5.2&new-version=0.12.4)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent aa60520 commit 752056c

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

Cargo.lock

+5-5
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
@@ -322,7 +322,7 @@ typetag = { version = "0.2.10", default-features = false }
322322
url = { version = "2.4.0", default-features = false, features = ["serde"] }
323323
uuid = { version = "1", default-features = false, features = ["serde", "v4"] }
324324
warp = { version = "0.3.5", default-features = false }
325-
zstd = { version = "0.12.3", default-features = false }
325+
zstd = { version = "0.12.4", default-features = false }
326326
arr_macro = { version = "0.2.1" }
327327

328328
# depending on fork for bumped nix dependency
@@ -366,7 +366,7 @@ tokio = { version = "1.29.1", features = ["test-util"] }
366366
tower-test = "0.4.0"
367367
vector-core = { path = "lib/vector-core", default-features = false, features = ["vrl", "test"] }
368368
wiremock = "0.5.19"
369-
zstd = { version = "0.12.3", default-features = false }
369+
zstd = { version = "0.12.4", default-features = false }
370370

371371
[patch.crates-io]
372372
# Removes dependency on `time` v0.1

0 commit comments

Comments
 (0)