Skip to content

Commit 564104e

Browse files
chore(deps): Bump tikv-jemallocator from 0.5.0 to 0.5.4 (vectordotdev#18102)
Bumps [tikv-jemallocator](https://github.com/tikv/jemallocator) from 0.5.0 to 0.5.4. - [Release notes](https://github.com/tikv/jemallocator/releases) - [Changelog](https://github.com/tikv/jemallocator/blob/main/CHANGELOG.md) - [Commits](tikv/jemallocator@0.5.0...0.5.4) --- updated-dependencies: - dependency-name: tikv-jemallocator dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 48abad4 commit 564104e

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.lock

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

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ socket2 = { version = "0.5.3", default-features = false }
315315
stream-cancel = { version = "0.8.1", default-features = false }
316316
strip-ansi-escapes = { version = "0.1.1", default-features = false }
317317
syslog = { version = "6.1.0", default-features = false, optional = true }
318-
tikv-jemallocator = { version = "0.5.0", default-features = false, optional = true }
318+
tikv-jemallocator = { version = "0.5.4", default-features = false, optional = true }
319319
tokio-postgres = { version = "0.7.7", default-features = false, features = ["runtime", "with-chrono-0_4"], optional = true }
320320
tokio-tungstenite = {version = "0.20.0", default-features = false, features = ["connect"], optional = true}
321321
toml = { version = "0.7.6", default-features = false, features = ["parse", "display"] }

lib/vector-vrl/tests/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ serde_json = "1"
2222
tracing-subscriber = { version = "0.3.17", default-features = false, features = ["fmt"] }
2323

2424
[target.'cfg(not(target_env = "msvc"))'.dependencies]
25-
tikv-jemallocator = { version = "0.5.0" }
25+
tikv-jemallocator = { version = "0.5.4" }
2626

2727
[features]
2828
default = []

0 commit comments

Comments
 (0)