diff options
author | Stefan Kreutz <mail@skreutz.com> | 2023-06-07 15:08:05 +0200 |
---|---|---|
committer | Stefan Kreutz <mail@skreutz.com> | 2023-06-07 15:08:05 +0200 |
commit | 10e80505257c5ad873a8540cb4bde56545a37927 (patch) | |
tree | 59345def7d9d598a09f0132b6e7db518fcf8c576 /Cargo.toml | |
parent | 40b3a387547577720f289669d34a55254ecf9ce9 (diff) | |
download | parseq-10e80505257c5ad873a8540cb4bde56545a37927.tar |
Update crossbeam-channel
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -12,7 +12,7 @@ categories = ["concurrency"] publish = true [dependencies] -crossbeam-channel = "0.5.7" +crossbeam-channel = "0.5.8" [dev-dependencies] ntest = "0.9.0" |