Skip to content

Commit ab4bb58

Browse files
Bump unicode-segmentation from 1.12.0 to 1.13.2 (#15889)
* Bump unicode-segmentation from 1.12.0 to 1.13.2 Bumps [unicode-segmentation](https://github.com/unicode-rs/unicode-segmentation) from 1.12.0 to 1.13.2. - [Commits](unicode-rs/unicode-segmentation@v1.12.0...v1.13.2) --- updated-dependencies: - dependency-name: unicode-segmentation dependency-version: 1.13.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Fix hashbrown pyo3 dep --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Matthew Treinish <mtreinish@kortar.org>
1 parent bc2ee85 commit ab4bb58

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Cargo.lock

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

crates/circuit/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ nom-unicode.workspace = true
3232
nom-language.workspace = true
3333
crossterm = "0.29.0"
3434
unicode-width = "0.2"
35-
unicode-segmentation = "1.12"
35+
unicode-segmentation = "1.13"
3636

3737
[dependencies.pyo3]
3838
workspace = true

0 commit comments

Comments
 (0)