From c65f76161593a996d19477b0a809019149f85558 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Feb 2023 05:02:52 +0000 Subject: [PATCH] Bump unicode-segmentation from 1.9.0 to 1.10.1 Bumps [unicode-segmentation](https://github.com/unicode-rs/unicode-segmentation) from 1.9.0 to 1.10.1. - [Release notes](https://github.com/unicode-rs/unicode-segmentation/releases) - [Commits](https://github.com/unicode-rs/unicode-segmentation/commits/v1.10.1) --- updated-dependencies: - dependency-name: unicode-segmentation dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d2d81d3..104a298 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2769,9 +2769,9 @@ dependencies = [ [[package]] name = "unicode-segmentation" -version = "1.9.0" +version = "1.10.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7e8820f5d777f6224dc4be3632222971ac30164d4a258d595640799554ebfd99" +checksum = "1dd624098567895118886609431a7c3b8f516e41d30e0643f03d94592a147e36" [[package]] name = "unicode-xid" diff --git a/Cargo.toml b/Cargo.toml index 25a1ed9..e69bae1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -43,7 +43,7 @@ reqwest = { version = "0.11.5", features = ["blocking", "cookies", "json"] } serde_rusqlite = "0.14.0" mime = "0.3.16" humansize = "1.1.1" -unicode-segmentation = "1.9.0" +unicode-segmentation = "1.10.1" toml = "0.5.9" directories = "4.0.1" log = "0.4.17"