Skip to content

Commit 68ab7bf

Browse files
committed
Update dependencies
1 parent 226b252 commit 68ab7bf

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ categories = ["asynchronous", "concurrency"]
1313
readme = "README.md"
1414

1515
[dependencies]
16-
crossbeam-utils = "0.6.5"
16+
crossbeam-utils = "0.7.0"
1717

1818
[dev-dependencies]
19-
crossbeam = "0.7.1"
20-
futures-preview = "0.3.0-alpha.17"
21-
lazy_static = "1.3.0"
19+
crossbeam = "0.7.3"
20+
futures = "0.3.1"
21+
lazy_static = "1.4.0"

0 commit comments

Comments
 (0)