Skip to content

Commit

Permalink
v0.1.4
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Saveau <[email protected]>
  • Loading branch information
SUPERCILEX committed Nov 24, 2021
1 parent 5cbabfe commit 20c3b00
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 58 deletions.
91 changes: 37 additions & 54 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
Expand Up @@ -2,7 +2,7 @@ cargo-features = ["strip"]

[package]
name = "ftzz"
version = "0.1.3"
version = "0.1.4"
authors = ["Alex Saveau <[email protected]>"]
edition = "2021"
description = "File Tree Fuzzer allows you to create a pseudo-random directory hierarchy filled with some number of files."
Expand All @@ -12,12 +12,12 @@ categories = ["command-line-utilities", "development-tools", "development-tools:
license = "Apache-2.0"

[dependencies]
anyhow = "1.0.44"
anyhow = "1.0.48"
clap-num = "0.2.0"
clap-verbosity-flag = "0.3.2"
derive-new = "0.5.9"
exitcode = "1.1.2"
futures = "0.3.17"
futures = "0.3.18"
log = "0.4.14"
num-format = { version = "0.4.0", features = ["with-system-locale"] }
num_cpus = "1.13.0"
Expand All @@ -26,7 +26,7 @@ rand_distr = "0.4.2"
rand_xorshift = "0.3.0"
simple_logger = "1.13.0"
structopt = "0.3.25"
tokio = { version = "1.12.0", features = ["full"] }
tokio = { version = "1.14.0", features = ["full"] }

[target.'cfg(target_os = "linux")'.dependencies]
nix = "0.23.0"
Expand Down

0 comments on commit 20c3b00

Please sign in to comment.