Skip to content

Commit 047426b

Browse files
authored
Update Rust crate smol_str to 0.3.2 (#2394)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [smol_str](https://redirect.github.com/rust-analyzer/smol_str) | workspace.dependencies | patch | `0.3.1` -> `0.3.2` | --- ### Configuration 📅 **Schedule**: Branch creation - "after 8pm,before 6am" in timezone America/Los_Angeles, Automerge - "after 8pm,before 6am" in timezone America/Los_Angeles. 🚦 **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 has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC40OC40IiwidXBkYXRlZEluVmVyIjoiNDAuNDguNCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19-->
1 parent 69b20bf commit 047426b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ serde_path_to_error = "0.1.17"
115115
sha2 = "0.10.9"
116116
shell-words = "1.1.0"
117117
smallvec = "1.15.1"
118-
smol_str = { version = "0.3.1", features = ["serde"] }
118+
smol_str = { version = "0.3.2", features = ["serde"] }
119119
strip-ansi-escapes = "0.2.1"
120120
supports-color = "3.0.2"
121121
supports-unicode = "3.0.0"

0 commit comments

Comments
 (0)