Skip to content

Commit

Permalink
chore: update walkdir
Browse files Browse the repository at this point in the history
  • Loading branch information
woelper committed Jul 23, 2024
1 parent f24cb71 commit 897bad3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "dircpy"
version = "0.3.17"
version = "0.3.18"
authors = ["Johann Woelper <[email protected]>"]
edition = "2018"
license = "MIT"
Expand All @@ -14,14 +14,14 @@ keywords = ["copy", "recursive", "filesystem", "file"]
default = ["jwalk"]

[dependencies]
walkdir = "2.4"
walkdir = "2.5"
log = "0.4"
# rayon = "1.4.0"
jwalk = { version = "0.8", optional = true }

[dev-dependencies]
unzip = "0.1"
reqwest = { version = "0.11", features = ["blocking"] }
reqwest = { version = "0.12", features = ["blocking"] }
env_logger = "0.11"
criterion = "0.5"

Expand Down

0 comments on commit 897bad3

Please sign in to comment.