From a4331d43dbf2080b3ed93d6853df5fde284059f1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 18:58:18 +0000 Subject: [PATCH] chore(deps): Bump finl_unicode from 1.2.0 to 1.3.0 Bumps [finl_unicode](https://github.com/dahosek/finl_unicode) from 1.2.0 to 1.3.0. - [Release notes](https://github.com/dahosek/finl_unicode/releases) - [Commits](https://github.com/dahosek/finl_unicode/compare/1.2.0...1.3.0) --- updated-dependencies: - dependency-name: finl_unicode dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- hipcheck/Cargo.toml | 2 +- plugins/entropy/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 361c7330..a3111dbb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -928,9 +928,9 @@ dependencies = [ [[package]] name = "finl_unicode" -version = "1.2.0" +version = "1.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8fcfdc7a0362c9f4444381a9e697c79d435fe65b52a37466fc2c1184cee9edc6" +checksum = "94c970b525906eb37d3940083aa65b95e481fc1857d467d13374e1d925cfc163" [[package]] name = "fixedbitset" diff --git a/hipcheck/Cargo.toml b/hipcheck/Cargo.toml index 213bc0f4..07766a0c 100644 --- a/hipcheck/Cargo.toml +++ b/hipcheck/Cargo.toml @@ -45,7 +45,7 @@ dialoguer = "0.11.0" dirs = "5.0.1" duct = "0.13.5" env_logger = { version = "0.11.5" } -finl_unicode = { version = "1.2.0", default-features = false, features = [ +finl_unicode = { version = "1.3.0", default-features = false, features = [ "grapheme_clusters", ] } flate2 = "1.0.34" diff --git a/plugins/entropy/Cargo.toml b/plugins/entropy/Cargo.toml index 53ca3e7f..47aebc7e 100644 --- a/plugins/entropy/Cargo.toml +++ b/plugins/entropy/Cargo.toml @@ -9,7 +9,7 @@ publish = false anyhow = "1.0.91" clap = { version = "4.5.20", features = ["derive"] } dashmap = { version = "6.1.0", features = ["inline", "rayon"] } -finl_unicode = { version = "1.2.0", features = ["grapheme_clusters"] } +finl_unicode = { version = "1.3.0", features = ["grapheme_clusters"] } futures = "0.3.31" hipcheck-sdk = { version = "0.1.0", path = "../../sdk/rust", features = ["macros"] } ordered-float = { version = "4.5.0", features = ["serde"] }