diff --git a/Cargo.lock b/Cargo.lock index 2575c67d387d9..2549d1d92dda3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -8284,9 +8284,9 @@ dependencies = [ [[package]] name = "tikv-jemallocator" -version = "0.5.0" +version = "0.5.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "20612db8a13a6c06d57ec83953694185a367e16945f66565e8028d2c0bd76979" +checksum = "965fe0c26be5c56c94e38ba547249074803efd52adfb66de62107d95aab3eaca" dependencies = [ "libc", "tikv-jemalloc-sys", diff --git a/Cargo.toml b/Cargo.toml index dc33ef1b6b109..b5d623648ec4a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -315,7 +315,7 @@ socket2 = { version = "0.5.3", default-features = false } stream-cancel = { version = "0.8.1", default-features = false } strip-ansi-escapes = { version = "0.1.1", default-features = false } syslog = { version = "6.1.0", default-features = false, optional = true } -tikv-jemallocator = { version = "0.5.0", default-features = false, optional = true } +tikv-jemallocator = { version = "0.5.4", default-features = false, optional = true } tokio-postgres = { version = "0.7.7", default-features = false, features = ["runtime", "with-chrono-0_4"], optional = true } tokio-tungstenite = {version = "0.20.0", default-features = false, features = ["connect"], optional = true} toml = { version = "0.7.6", default-features = false, features = ["parse", "display"] } diff --git a/lib/vector-vrl/tests/Cargo.toml b/lib/vector-vrl/tests/Cargo.toml index b67b8afa63a4a..96c8185f45ec9 100644 --- a/lib/vector-vrl/tests/Cargo.toml +++ b/lib/vector-vrl/tests/Cargo.toml @@ -22,7 +22,7 @@ serde_json = "1" tracing-subscriber = { version = "0.3.17", default-features = false, features = ["fmt"] } [target.'cfg(not(target_env = "msvc"))'.dependencies] -tikv-jemallocator = { version = "0.5.0" } +tikv-jemallocator = { version = "0.5.4" } [features] default = []