Skip to content

Commit a061a4a

Browse files
Update Rust crate pathdiff to 0.2.1 (#34)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [pathdiff](https://togithub.com/Manishearth/pathdiff) | dependencies | patch | `0.2.0` -> `0.2.1` | --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/sammyfilly/Nextjs).
1 parent 84a6eed commit a061a4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/next-swc/crates/core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ fxhash = "0.2.1"
1616
hex = "0.4.3"
1717
once_cell = { workspace = true }
1818
next-transform-font = {workspace = true}
19-
pathdiff = "0.2.0"
19+
pathdiff = "0.2.1"
2020
regex = "1.5"
2121
rustc-hash = "1"
2222
serde = "1"

0 commit comments

Comments
 (0)