Skip to content

Commit 052ca46

Browse files
authored
chore: update crates (#133)
1 parent 7144aed commit 052ca46

File tree

2 files changed

+16
-16
lines changed

2 files changed

+16
-16
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -75,39 +75,39 @@ multiple_crate_versions = "allow"
7575
name = "resolver"
7676

7777
[dependencies]
78-
dashmap = "6.0.1"
79-
serde = { version = "1.0.203", features = ["derive"] } # derive for Deserialize from package.json
80-
serde_json = { version = "1.0.117", features = [
78+
dashmap = "6.1.0"
79+
serde = { version = "1.0.228", features = ["derive"] } # derive for Deserialize from package.json
80+
serde_json = { version = "1.0.145", features = [
8181
"preserve_order",
8282
] } # preserve_order: package_json.exports requires order such as `["require", "import", "default"]`
83-
tracing = "0.1.40"
83+
tracing = "0.1.41"
8484

8585
simd-json = { version = "0.17.0", features = ["serde_impl", "runtime-detection"], default-features = false }
8686

8787
cfg-if = "1.0"
88-
dunce = "1.0.4" # Normalize Windows paths to the most compatible format, avoiding UNC where possible
89-
indexmap = { version = "2.2.6", features = ["serde"] }
90-
json-strip-comments = "1.0.2"
91-
rustc-hash = { version = "2.0.0", default-features = false, features = ["std"] }
88+
dunce = "1.0.5" # Normalize Windows paths to the most compatible format, avoiding UNC where possible
89+
indexmap = { version = "2.12.0", features = ["serde"] }
90+
json-strip-comments = "3.0.1"
91+
rustc-hash = { version = "2.1.1", default-features = false, features = ["std"] }
9292
thiserror = "2.0.17"
9393

9494
pnp = { version = "0.12.5", optional = true }
9595

96-
async-trait = "0.1.84"
96+
async-trait = "0.1.89"
9797
document-features = { version = "0.2.8", optional = true }
9898
futures = "0.3.31"
9999

100100
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
101-
tokio = { version = "1.47.1", default-features = false, features = ["sync", "rt-multi-thread", "macros", "fs"] }
101+
tokio = { version = "1.48.0", default-features = false, features = ["sync", "rt-multi-thread", "macros", "fs"] }
102102
[target.'cfg(target_arch = "wasm32")'.dependencies]
103-
tokio = { version = "1.47.1", default-features = false, features = ["sync", "rt", "macros"] }
103+
tokio = { version = "1.48.0", default-features = false, features = ["sync", "rt", "macros"] }
104104

105105
[dev-dependencies]
106106
criterion2 = { version = "2.0.0", default-features = false, features = ["async_tokio"] }
107107
normalize-path = { version = "0.2.1" }
108-
rayon = { version = "1.10.0" }
109-
regex = "1.11.1"
110-
vfs = "0.12.0" # for testing with in memory file system
108+
rayon = { version = "1.11.0" }
109+
regex = "1.12.2"
110+
vfs = "0.12.2" # for testing with in memory file system
111111

112112
[features]
113113
default = ["yarn_pnp"]

0 commit comments

Comments
 (0)