Skip to content

Commit

Permalink
bump versions of dependencies and of project itself
Browse files Browse the repository at this point in the history
  • Loading branch information
sts10 committed Apr 17, 2024
1 parent 1ab6237 commit e94a00d
Show file tree
Hide file tree
Showing 2 changed files with 110 additions and 37 deletions.
139 changes: 106 additions & 33 deletions Cargo.lock

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

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wla"
version = "0.2.2"
version = "0.2.3"
edition = "2021"
authors = ["sts10 <[email protected]>"]
license = "MIT"
Expand All @@ -9,10 +9,10 @@ repository = "https://github.com/sts10/wla"
description = "Audit word lists"

[dependencies]
clap = { version = "4.4.2", features = ["derive"] }
clap = { version = "4.5.4", features = ["derive"] }
rand = "0.8.5"
unicode-segmentation = "1.10.1"
unicode-normalization = "0.1.22"
unicode-segmentation = "1.11.0"
unicode-normalization = "0.1.23"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"

Expand Down

0 comments on commit e94a00d

Please sign in to comment.