Skip to content

Commit ee4f426

Browse files
chore(deps): update rust crate vfs to 0.13.0 (#1077)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [vfs](https://redirect.github.com/manuel-woelker/rust-vfs) | dev-dependencies | minor | `0.12.2` → `0.13.0` | --- ### Release Notes <details> <summary>manuel-woelker/rust-vfs (vfs)</summary> ### [`v0.13.0`](https://redirect.github.com/manuel-woelker/rust-vfs/compare/v0.12.2...v0.13.0) [Compare Source](https://redirect.github.com/manuel-woelker/rust-vfs/compare/v0.12.2...v0.13.0) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 10am on monday" in timezone Asia/Shanghai, Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/oxc-project/oxc-resolver). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My42Ni40IiwidXBkYXRlZEluVmVyIjoiNDMuNjYuNCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 7fe1d0c commit ee4f426

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ dirs = { version = "6.0.0" }
114114
fancy-regex = { version = "^0.17.0", default-features = false, features = ["std"] }
115115
pico-args = "0.5.0"
116116
rayon = { version = "1.11.0" }
117-
vfs = "0.12.2" # for testing with in memory file system
117+
vfs = "0.13.0" # for testing with in memory file system
118118
walkdir = "2" # for loading benchmark fixtures
119119

120120
[target.'cfg(target_os = "windows")'.dev-dependencies]

0 commit comments

Comments
 (0)