Skip to content

Commit

Permalink
build(deps): bump unicode-segmentation from 1.11.0 to 1.12.0
Browse files Browse the repository at this point in the history
Bumps [unicode-segmentation](https://github.com/unicode-rs/unicode-segmentation) from 1.11.0 to 1.12.0.
- [Commits](unicode-rs/unicode-segmentation@v1.11.0...v1.12.0)

---
updated-dependencies:
- dependency-name: unicode-segmentation
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 24, 2024
1 parent 3364be6 commit 8006580
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ time = { version = "0.3.36", default-features = false }
# The library crates do not require Tokio.
tokio = { version = "1.28.0", default-features = false }
trycmd = "0.15.4" # keep in sync with `snapbox`
unicode-segmentation = { version = "1.10.1", default-features = false }
unicode-segmentation = { version = "1.12.0", default-features = false }
unicode-width = { version = "0.2", default-features = false }
wasm-bindgen-futures = "0.4.42"
web-time = "1.0.0"
Expand Down

0 comments on commit 8006580

Please sign in to comment.