8000 chore: bump mimalloc-safe v0.1.53 (#155) · unrs/unrs-resolver@b050a42 · GitHub
[go: up one dir, main page]

Skip to content

Commit b050a42

Browse files
authored
chore: bump mimalloc-safe v0.1.53 (#155)
1 parent 9b3f2a9 commit b050a42

File tree

4 files changed

+137
-132
lines changed

4 files changed

+137
-132
lines changed

Cargo.lock

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

napi/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,13 @@ napi-derive = { version = "3.0.0-beta.8" }
2727
tracing-subscriber = { version = "0.3.19", optional = true, default-features = false, features = ["std", "fmt"] } # Omit the `regex` feature
2828

2929
[target.'cfg(not(any(target_os = "linux", target_os = "freebsd", target_arch = "arm", target_family = "wasm")))'.dependencies]
30-
mimalloc-safe = { version = "0.1.52", optional = true, features = ["skip_collect_on_exit"] }
30+
mimalloc-safe = { version = "0.1.53", optional = true, features = ["skip_collect_on_exit"] }
3131

3232
[target.'cfg(all(target_os = "linux", not(target_arch = "arm"), not(target_arch = "aarch64")))'.dependencies]
33-
mimalloc-safe = { version = "0.1.52", optional = true, features = ["skip_collect_on_exit", "local_dynamic_tls"] }
33+
mimalloc-safe = { version = "0.1.53", optional = true, features = ["skip_collect_on_exit", "local_dynamic_tls"] }
3434

3535
[target.'cfg(all(target_os = "linux", target_arch = "aarch64"))'.dependencies]
36-
mimalloc-safe = { version = "0.1.52", optional = true, features = ["skip_collect_on_exit", "local_dynamic_tls", "no_opt_arch"] }
36+
mimalloc-safe = { version = "0.1.53", optional = true, features = ["skip_collect_on_exit", "local_dynamic_tls", "no_opt_arch"] }
3737

3838
[build-dependencies]
3939
napi-build = "2.2.1"

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,13 @@
3131
"devDependencies": {
3232
"@napi-rs/cli": "3.0.0-alpha.88",
3333
"@napi-rs/wasm-runtime": "^0.2.11",
34-
"@types/node": "^22.15.31",
34+
"@types/node": "^22.15.32",
3535
"clean-pkg-json": "^1.3.0",
3636
"emnapi": "^1.4.3",
3737
"prettier": "^3.5.3",
3838
"prettier-plugin-pkg": "^0.21.1",
3939
"typescript": "^5.8.3",
40-
"vitest": "^3.2.3"
40+
"vitest": "^3.2.4"
4141
},
4242
"publishConfig": {
4343
"registry": "https://registry.npmjs.org",

0 commit comments

Comments
 (0)
0