Skip to content

Commit 5ad54ee

Browse files
dependabot[bot]extrawurst
authored andcommitted
Bump unicode-truncate from 0.2.0 to 1.0.0
Bumps [unicode-truncate](https://github.com/Aetf/unicode-truncate) from 0.2.0 to 1.0.0. - [Release notes](https://github.com/Aetf/unicode-truncate/releases) - [Changelog](https://github.com/Aetf/unicode-truncate/blob/master/CHANGELOG.md) - [Commits](Aetf/unicode-truncate@v0.2.0...v1.0.0) --- updated-dependencies: - dependency-name: unicode-truncate dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c2d23da commit 5ad54ee

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ syntect = { version = "5.2", default-features = false, features = [
5858
tui-textarea = "0.4.0"
5959
two-face = { version = "0.3.0", default-features = false }
6060
unicode-segmentation = "1.11"
61-
unicode-truncate = "0.2"
61+
unicode-truncate = "1.0"
6262
unicode-width = "0.1"
6363
which = "6.0"
6464

asyncgit/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ scopetime = { path = "../scopetime", version = "0.1" }
3030
serde = { version = "1.0", features = ["derive"] }
3131
ssh-key = { version = "0.6.6", features = ["crypto", "encryption"] }
3232
thiserror = "1.0"
33-
unicode-truncate = "0.2"
33+
unicode-truncate = "1.0"
3434
url = "2.5"
3535

3636
[dev-dependencies]

0 commit comments

Comments
 (0)