Skip to content

Commit 3242d02

Browse files
chore(deps): lock file maintenance rust crates
1 parent cbba833 commit 3242d02

File tree

2 files changed

+29
-50
lines changed

2 files changed

+29
-50
lines changed

Cargo.lock

Lines changed: 26 additions & 47 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
@@ -11,7 +11,7 @@ repository = "https://github.com/yarnpkg/pnp-rs"
1111
byteorder = "1"
1212
clean-path = "0.2.1"
1313
concurrent_lru = "^0.2"
14-
fancy-regex = { version = "^0.14.0", default-features = false, features = ["std"] }
14+
fancy-regex = { version = "^0.16.0", default-features = false, features = ["std"] }
1515
miniz_oxide = "^0.8"
1616
mmap-rs = { version = "^0.6", optional = true }
1717
path-slash = "0.2.1"
@@ -23,8 +23,8 @@ thiserror = "2"
2323
rustc-hash = "2"
2424

2525
[dev-dependencies]
26-
rstest = "0.25.0"
27-
criterion = "0.5"
26+
rstest = "0.26.0"
27+
criterion = "0.7"
2828

2929
[lib]
3030
bench = false

0 commit comments

Comments
 (0)