Skip to content

Commit

Permalink
v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mttaggart committed Oct 29, 2023
1 parent 2617410 commit 9ee3ed4
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 46 deletions.
86 changes: 43 additions & 43 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pwfuzz-rs"
version = "0.1.2"
version = "0.2.0"
edition = "2021"
license = "MIT"
authors = ["Michael Taggart <mtaggart@taggart-tech.com>"]
Expand All @@ -9,7 +9,7 @@ repository = "https://github.com/mttaggart/pwfuzz-rs"
readme = "README.md"

[dependencies]
clap = { version = "4.4.3", features = ["derive"] }
clap = { version = "4.4.7", features = ["derive"] }
rand = "0.8.5"
serde = { version = "1.0.188", features = ["derive"] }
serde = { version = "1.0.190", features = ["derive"] }
serde_json = "1.0.107"

0 comments on commit 9ee3ed4

Please sign in to comment.