Skip to content

Commit edbc257

Browse files
authored
chore: bump 0.5.4 (#63)
1 parent 018a909 commit edbc257

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

Cargo.lock

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

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ members = ["napi"]
33
resolver = "2"
44

55
[package]
6-
version = "0.5.3"
6+
version = "0.5.4"
77
name = "rspack_resolver"
88
authors = ["Rspack"]
99
categories = ["development-tools"]
@@ -95,9 +95,9 @@ futures = "0.3.31"
9595
async-trait = "0.1.84"
9696

9797
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
98-
tokio = { version = "1.42.0", default-features = false, features = ["sync", "rt-multi-thread", "macros", "fs"] }
98+
tokio = { version = "1.44.2", default-features = false, features = ["sync", "rt-multi-thread", "macros", "fs"] }
9999
[target.'cfg(target_arch = "wasm32")'.dependencies]
100-
tokio = { version = "1.42.0", default-features = false, features = ["sync", "rt", "macros" ]}
100+
tokio = { version = "1.44.2", default-features = false, features = ["sync", "rt", "macros" ]}
101101

102102
[dev-dependencies]
103103
vfs = "0.12.0" # for testing with in memory file system

0 commit comments

Comments
 (0)