We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent adf1604 commit e8f4609Copy full SHA for e8f4609
Cargo.toml
@@ -23,8 +23,8 @@ log = "0.4"
23
24
[dev-dependencies]
25
pretty_assertions = "0.6.1"
26
-async-std = { version = "1.4.0", features = ["unstable", "attributes"] }
+async-std = { version = "1.6.2", features = ["unstable", "attributes"] }
27
tempfile = "3.1.0"
28
async-test = "1.0.0"
29
-duplexify = { version = "1.1.0", git = "https://github.com/jbr/duplexify", branch = "impl-clone-when-reader-and-writer-are-clone" }
+duplexify = "1.2.1"
30
async-dup = "1.2.1"
0 commit comments