diff --git a/Cargo.lock b/Cargo.lock index d0e63dab..2e368aa7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -392,7 +392,6 @@ dependencies = [ "serde_json 1.0.24 (registry+https://github.com/rust-lang/crates.io-index)", "sourceview 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "tree_magic 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", - "unicode-segmentation 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", "url 1.7.1 (registry+https://github.com/rust-lang/crates.io-index)", ] diff --git a/fractal-gtk/Cargo.toml b/fractal-gtk/Cargo.toml index e110127e..87c7bbe4 100644 --- a/fractal-gtk/Cargo.toml +++ b/fractal-gtk/Cargo.toml @@ -26,7 +26,6 @@ rand = "0.5.4" html2pango = { git = "https://gitlab.gnome.org/World/html2pango" } comrak = "0.2.14" gettext-rs = { git = "https://github.com/danigm/gettext-rs", branch = "no-gettext", features = ["gettext-system"] } -unicode-segmentation = "1.2.1" regex = "1.0.2" tree_magic = "0.2.0" log = "0.4.3"