Skip to content

Commit d1272d4

Browse files
chore(deps): update rust crates (#106)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 0ef3a45 commit d1272d4

File tree

2 files changed

+24
-9
lines changed

2 files changed

+24
-9
lines changed

Cargo.lock

Lines changed: 21 additions & 6 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
@@ -82,13 +82,13 @@ dunce = "1.0.4" # Normalize Windows paths to the most compatible format, avoidin
8282
once_cell = "1.19.0" # Use `std::sync::OnceLock::get_or_try_init` when it is stable.
8383
thiserror = { version = "1.0.57" }
8484
json-strip-comments = { version = "1.0.2" }
85-
typescript_tsconfig_json = { version = "0.1.3" }
86-
nodejs_package_json = { version = "0.1.2" }
85+
typescript_tsconfig_json = { version = "0.1.4" }
86+
nodejs_package_json = { version = "0.2.0" }
8787

8888
codspeed-criterion-compat = { version = "2.4.0", default-features = false, optional = true }
8989

9090
[dev-dependencies]
91-
vfs = "0.11.0" # for testing with in memory file system
91+
vfs = "0.12.0" # for testing with in memory file system
9292
rayon = { version = "1.9.0" }
9393
criterion = { version = "0.5.1", default-features = false }
9494
normalize-path = { version = "0.2.1" }

0 commit comments

Comments
 (0)