Skip to content

Commit

Permalink
Update smol_str requirement from 0.2.2 to 0.3.1
Browse files Browse the repository at this point in the history
Updates the requirements on [smol_str](https://github.com/rust-analyzer/smol_str) to permit the latest version.
- [Changelog](https://github.com/rust-analyzer/smol_str/blob/master/CHANGELOG.md)
- [Commits](rust-analyzer/smol_str@v0.2.2...v0.3.1)

---
updated-dependencies:
- dependency-name: smol_str
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 4, 2024
1 parent 01332e0 commit 5063635
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/parser/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ sonatina-triple = { path = "../triple", version = "0.0.3-alpha" }
cranelift-entity = "0.111"
pest = "2.7.10"
pest_derive = "2.7.10"
smol_str = "0.2.2"
smol_str = "0.3.1"
hex = "0.4.3"
either = { version = "1.12.0", default-features = false }
annotate-snippets = "0.11.4"
Expand Down

0 comments on commit 5063635

Please sign in to comment.