summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorStefan Kreutz <mail@skreutz.com>2023-03-25 17:32:38 +0100
committerStefan Kreutz <mail@skreutz.com>2023-03-25 17:32:38 +0100
commit61db60533a8e0a9a060fc57b9c53a714c04e9854 (patch)
tree9bdf782c1dad6803fd2ee43b504719e1de26e601 /examples
parent4c77d298c2696111f5c3e85e65a55f84af118bc2 (diff)
downloadparseq-61db60533a8e0a9a060fc57b9c53a714c04e9854.tar
Update dependencies
Diffstat (limited to 'examples')
-rw-r--r--examples/Cargo.lock4
-rw-r--r--examples/recursive-sha256/Cargo.toml2
2 files changed, 3 insertions, 3 deletions
diff --git a/examples/Cargo.lock b/examples/Cargo.lock
index ba7b1bf..bd70e5d 100644
--- a/examples/Cargo.lock
+++ b/examples/Cargo.lock
@@ -28,9 +28,9 @@ dependencies = [
[[package]]
name = "crossbeam-channel"
-version = "0.5.6"
+version = "0.5.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "c2dd04ddaf88237dc3b8d8f9a3c1004b506b54b3313403944054d23c0870c521"
+checksum = "cf2b3e8478797446514c91ef04bafcb59faba183e621ad488df88983cc14128c"
dependencies = [
"cfg-if",
"crossbeam-utils",
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"
Generated by cgit. See skreutz.com for my tech blog and contact information.