Skip to content

Commit 708569f

Browse files
authored
chore(deps): Bump tikv-jemallocator from 0.7.0 (#25520)
1 parent 12101a7 commit 708569f

3 files changed

Lines changed: 8 additions & 8 deletions

File tree

Cargo.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -475,7 +475,7 @@ rdkafka = { workspace = true, features = ["cmake_build"], optional = true }
475475

476476
[target.'cfg(unix)'.dependencies]
477477
nix = { version = "0.31", default-features = false, features = ["socket", "signal", "fs"] }
478-
tikv-jemallocator = { version = "0.6.0", default-features = false, features = ["unprefixed_malloc_on_supported_platforms"], optional = true }
478+
tikv-jemallocator = { version = "0.7.0", default-features = false, features = ["unprefixed_malloc_on_supported_platforms"], optional = true }
479479

480480
[target.'cfg(target_os = "linux")'.dependencies]
481481
procfs = { version = "0.18.0", default-features = false }

lib/vector-vrl/tests/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ serde_json.workspace = true
2020
tracing-subscriber = { workspace = true, features = ["fmt"] }
2121

2222
[target.'cfg(not(target_env = "msvc"))'.dependencies]
23-
tikv-jemallocator = { version = "0.6.1" }
23+
tikv-jemallocator = { version = "0.7.0" }
2424

2525
[features]
2626
default = []

0 commit comments

Comments
 (0)