Skip to content

Commit

Permalink
Bump tikv-jemallocator from 0.5.4 to 0.6.0 (#1088)
Browse files Browse the repository at this point in the history
Bumps tikv-jemallocator from 0.5.4 to 0.6.0.
  • Loading branch information
dependabot[bot] authored Aug 15, 2024
1 parent 82b9e5e commit 9a8b8f7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 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 server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ uuid = { version = "1.1.0", features = ["v7", "fast-rng", "zerocopy"] }
xxhash-rust = { version = "0.8.12", features = ["xxh32"] }

[target.'cfg(not(target_env = "msvc"))'.dependencies]
tikv-jemallocator = { version = "0.5", optional = true }
tikv-jemallocator = { version = "0.6", optional = true }

[build-dependencies]
figment = { version = "0.10.18", features = ["json", "toml", "env"] }
Expand Down

0 comments on commit 9a8b8f7

Please sign in to comment.