Skip to content

Commit 682c451

Browse files
fix(deps): update rust crate string_cache to v0.9.0 (#2232)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [string_cache](https://redirect.github.com/servo/string-cache) | dependencies | minor | `=0.8.9` -> `=0.9.0` | --- ### Release Notes <details> <summary>servo/string-cache (string_cache)</summary> ### [`v0.9.0`](https://redirect.github.com/servo/string-cache/compare/v0.8.9...v0.9.0) [Compare Source](https://redirect.github.com/servo/string-cache/compare/v0.8.9...v0.9.0) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), 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/runtime-env/import-meta-env). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNDMuMSIsInVwZGF0ZWRJblZlciI6IjQxLjE0My4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 04985c3 commit 682c451

File tree

2 files changed

+24
-9
lines changed

2 files changed

+24
-9
lines changed

packages/swc/Cargo.lock

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

packages/swc/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ lto = true
1515
rust-ini = "=0.21.3"
1616
serde = "=1.0.219"
1717
serde_json = "=1.0.140"
18-
string_cache = "=0.8.9"
18+
string_cache = "=0.9.0"
1919
swc_core = { version = "=21.0.1", features = [
2020
"ecma_plugin_transform",
2121
"ecma_ast_serde",

0 commit comments

Comments
 (0)