Skip to content

Commit

Permalink
Merge pull request #1391 from sharkdp/dependabot/cargo/jemallocator-0…
Browse files Browse the repository at this point in the history
….5.4

Bump jemallocator from 0.5.0 to 0.5.4
  • Loading branch information
tmccombs committed Oct 2, 2023
2 parents 817c0bc + e2a298a commit 93cdb26
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ libc = "0.2"
# jemalloc is currently disabled on macOS due to a bug in jemalloc in combination with macOS
# Catalina. See https://github.com/sharkdp/fd/issues/498 for details.
[target.'cfg(all(not(windows), not(target_os = "android"), not(target_os = "macos"), not(target_os = "freebsd"), not(target_os = "openbsd"), not(all(target_env = "musl", target_pointer_width = "32")), not(target_arch = "riscv64")))'.dependencies]
jemallocator = {version = "0.5.0", optional = true}
jemallocator = {version = "0.5.4", optional = true}

[dev-dependencies]
diff = "0.1"
Expand Down

0 comments on commit 93cdb26

Please sign in to comment.