@@ -8,8 +8,7 @@ authors = [
88description = " Tokio-based single-threaded async runtime for the Actix ecosystem"
99keywords = [" async" , " futures" , " io" , " runtime" ]
1010homepage = " https://actix.rs"
11- repository = " https://github.com/actix/actix-net"
12- documentation = " https://docs.rs/actix-rt"
11+ repository = " https://github.com/actix/actix-net.git"
1312categories = [" network-programming" , " asynchronous" ]
1413license = " MIT OR Apache-2.0"
1514edition = " 2018"
@@ -27,11 +26,11 @@ io-uring = ["tokio-uring"]
2726actix-macros = { version = " 0.2.0" , optional = true }
2827
2928futures-core = { version = " 0.3" , default-features = false }
30- tokio = { version = " 1.3 " , features = [" rt" , " net" , " parking_lot" , " signal" , " sync" , " time" ] }
29+ tokio = { version = " 1.5.1 " , features = [" rt" , " net" , " parking_lot" , " signal" , " sync" , " time" ] }
3130
3231[target .'cfg(target_os = "linux")' .dependencies ]
3332tokio-uring = { version = " 0.1" , optional = true }
3433
3534[dev-dependencies ]
36- tokio = { version = " 1.2 " , features = [" full" ] }
35+ tokio = { version = " 1.5.1 " , features = [" full" ] }
3736hyper = { version = " 0.14" , default-features = false , features = [" server" , " tcp" , " http1" ] }
0 commit comments