diff --git a/Cargo.lock b/Cargo.lock index 4651dee5..35005b62 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1763,9 +1763,9 @@ dependencies = [ [[package]] name = "unicode-segmentation" -version = "1.10.1" +version = "1.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1dd624098567895118886609431a7c3b8f516e41d30e0643f03d94592a147e36" +checksum = "d4c87d22b6e3f4a18d4d40ef354e97c90fcb14dd91d7dc0aa9d8a1172ebf7202" [[package]] name = "unicode-truncate" diff --git a/Cargo.toml b/Cargo.toml index 2c0d625b..bac4c6c3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -46,7 +46,7 @@ shellexpand = "3.1" simplelog = { version = "0.12", default-features = false } struct-patch = "0.2" syntect = { version = "5.0", default-features = false, features = ["parsing", "default-syntaxes", "default-themes", "html"] } -unicode-segmentation = "1.10" +unicode-segmentation = "1.11" unicode-truncate = "0.2" unicode-width = "0.1" which = "4.4"