Skip to content

Commit

Permalink
chore(tokio): upgrade tokio to v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bochaco committed Feb 23, 2021
1 parent ce2bc7e commit 52d96df
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,26 +27,28 @@ webpki = "~0.21.3"
features = [ "serde" ]

[dependencies.igd]
version = "~0.11.1"
version = "~0.12.0"
features = [ "aio" ]
optional = true

[dependencies.quinn]
version = "~0.6.1"
#version = "~0.7.0"
git = "https://github.com/quinn-rs/quinn.git"
branch = "main"
features = [ "tls-rustls" ]
default-features = false

[dependencies.rustls]
version = "~0.17.0"
version = "~0.19.0"
features = [ "dangerous_configuration" ]

[dependencies.serde]
version = "1.0.117"
features = [ "derive" ]

[dependencies.tokio]
version = "~0.2.24"
features = [ "rt-threaded", "sync", "time", "macros", "io-std", "io-util" ]
version = "1.2.0"
features = [ "rt", "sync", "time", "macros", "io-std", "io-util", "rt-multi-thread" ]

[dev-dependencies]
flexi_logger = "~0.16.1"
Expand Down

0 comments on commit 52d96df

Please sign in to comment.