Skip to content

Commit

Permalink
Bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
gi0baro committed Sep 3, 2024
1 parent 8c7da0d commit 43f6c52
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 32 deletions.
70 changes: 39 additions & 31 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 @@ -54,7 +54,7 @@ tokio-tungstenite = "=0.23"
tokio-util = { version = "0.7", features = ["codec"] }

[target.'cfg(any(target_os = "freebsd", target_os = "windows"))'.dependencies]
mimalloc = { version = "0.1.39", default-features = false, features = ["local_dynamic_tls"] }
mimalloc = { version = "0.1.43", default-features = false, features = ["local_dynamic_tls"] }

[target.'cfg(not(any(target_os = "freebsd", target_os = "windows")))'.dependencies]
tikv-jemallocator = { version = "0.6.0", default-features = false, features = ["disable_initial_exec_tls"] }
Expand Down

0 comments on commit 43f6c52

Please sign in to comment.