mirror of
https://github.com/n0-computer/noq.git
synced 2026-09-23 11:45:25 +00:00
Update async-io requirement from 1.6 to 2.0
Updates the requirements on [async-io](https://github.com/smol-rs/async-io) to permit the latest version. - [Release notes](https://github.com/smol-rs/async-io/releases) - [Changelog](https://github.com/smol-rs/async-io/blob/master/CHANGELOG.md) - [Commits](https://github.com/smol-rs/async-io/compare/v1.6.0...v2.0.0) --- updated-dependencies: - dependency-name: async-io dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
committed by
Dirkjan Ochtman
parent
15222f2f5d
commit
6d80efeeae
+1
-1
@@ -33,7 +33,7 @@ codecov = { repository = "djc/quinn" }
|
||||
maintenance = { status = "experimental" }
|
||||
|
||||
[dependencies]
|
||||
async-io = { version = "1.6", optional = true }
|
||||
async-io = { version = "2.0", optional = true }
|
||||
async-std = { version = "1.11", optional = true }
|
||||
bytes = "1"
|
||||
# Enables futures::io::{AsyncRead, AsyncWrite} support for streams
|
||||
|
||||
Reference in New Issue
Block a user