diff --git a/Cargo.toml b/Cargo.toml index c7c9f17..722b5c9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ is-it-maintained-open-issues = { repository = "saltlick-crypto/saltlick-rs" } maintenance = { status = "actively-developed" } [dependencies] -async-stream = { version = "0.2.1", optional = true } +async-stream = { version = "0.3.2", optional = true } byteorder = "1.3" bytes = "0.5" futures = { version = "0.3", optional = true } @@ -34,7 +34,7 @@ thiserror = "1.0" tokio = { version = "0.2", optional = true } [dev-dependencies] -async-stream = "0.2" +async-stream = "0.3" proptest = "0.10" rand = "0.7" rand_xorshift = "0.2"