diff options
author | Stefan Kreutz <mail@skreutz.com> | 2023-03-25 17:32:38 +0100 |
---|---|---|
committer | Stefan Kreutz <mail@skreutz.com> | 2023-03-25 17:32:38 +0100 |
commit | 61db60533a8e0a9a060fc57b9c53a714c04e9854 (patch) | |
tree | 9bdf782c1dad6803fd2ee43b504719e1de26e601 /examples/recursive-sha256/Cargo.toml | |
parent | 4c77d298c2696111f5c3e85e65a55f84af118bc2 (diff) | |
download | parseq-61db60533a8e0a9a060fc57b9c53a714c04e9854.tar |
Update dependencies
Diffstat (limited to 'examples/recursive-sha256/Cargo.toml')
-rw-r--r-- | examples/recursive-sha256/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/recursive-sha256/Cargo.toml b/examples/recursive-sha256/Cargo.toml index 38ed665..7fb4f7e 100644 --- a/examples/recursive-sha256/Cargo.toml +++ b/examples/recursive-sha256/Cargo.toml @@ -7,4 +7,4 @@ publish = false [dependencies] parseq = { path = "../.." } sha2 = "0.10.6" -walkdir = "2.3.2" +walkdir = "2.3.3" |