mirror of
https://github.com/ntex-rs/ntex.git
synced 2025-04-04 13:27:39 +03:00
Upgrade async-channel (#236)
This commit is contained in:
parent
ea26d9ef53
commit
d460d9c259
5 changed files with 40 additions and 16 deletions
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "ntex-rt"
|
||||
version = "0.4.9"
|
||||
version = "0.4.10"
|
||||
authors = ["ntex contributors <team@ntex.rs>"]
|
||||
description = "ntex runtime"
|
||||
keywords = ["network", "framework", "async", "futures"]
|
||||
|
@ -28,8 +28,8 @@ tokio = ["tok-io"]
|
|||
async-std = ["async_std/unstable"]
|
||||
|
||||
[dependencies]
|
||||
async-oneshot = "0.5.0"
|
||||
async-channel = "1.8.0"
|
||||
async-oneshot = "0.5"
|
||||
async-channel = "2.0"
|
||||
futures-core = "0.3"
|
||||
log = "0.4"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue