Skip to content

Commit fb1eb4b

Browse files
committed
u
1 parent 4381b96 commit fb1eb4b

File tree

2 files changed

+28
-38
lines changed

2 files changed

+28
-38
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ repository = "https://github.com/yarnpkg/pnp-rs"
1010
[dependencies]
1111
byteorder = "1"
1212
concurrent_lru = "^0.2"
13-
fancy-regex = { version = "^0.16.0", default-features = false, features = ["std"] }
13+
fancy-regex = { version = "^0.16.2", default-features = false, features = ["std"] }
1414
miniz_oxide = "^0.8"
1515
mmap-rs = { version = "^0.7.0", optional = true }
1616
pathdiff = "^0.2"
@@ -22,7 +22,7 @@ rustc-hash = "2"
2222
dirs = "6.0.0"
2323

2424
[dev-dependencies]
25-
rstest = "0.26.0"
25+
rstest = "0.26.1"
2626
criterion = "0.7"
2727

2828
[lib]

0 commit comments

Comments
 (0)