Skip to content

Commit

Permalink
chore(deps): Bump finl_unicode from 1.2.0 to 1.3.0
Browse files Browse the repository at this point in the history
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](dahosek/finl_unicode@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] <[email protected]>
  • Loading branch information
dependabot[bot] authored and j-lanson committed Nov 11, 2024
1 parent d8c3ee3 commit a4331d4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion hipcheck/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion plugins/entropy/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }
Expand Down

0 comments on commit a4331d4

Please sign in to comment.