summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorStefan Kreutz <mail@skreutz.com>2024-03-20 22:12:08 +0100
committerStefan Kreutz <mail@skreutz.com>2024-03-20 22:12:08 +0100
commit4fc9abda554ca7e1d7400d072a519e11f5e03b7d (patch)
tree4512270e19c0917f2410e34358130c94f38350b9 /Cargo.toml
parenteab8ad66e0c8b9d3da99383e48ddc8538228b756 (diff)
downloadparseq-4fc9abda554ca7e1d7400d072a519e11f5e03b7d.tar
Update dependencies
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 6b69388..46ec0db 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -12,7 +12,7 @@ categories = ["concurrency"]
publish = true
[dependencies]
-crossbeam-channel = "0.5.8"
+crossbeam-channel = "0.5.12"
[dev-dependencies]
-ntest = "0.9.0"
+ntest = "0.9.2"
Generated by cgit. See skreutz.com for my tech blog and contact information.