mirror of
https://github.com/cubixle/radius-rs.git
synced 2026-04-30 15:28:43 +01:00
Update Rust crate tokio to 0.3.5
This commit is contained in:
+1
-1
@@ -9,5 +9,5 @@ publish = false
|
|||||||
radius = { version = "0.1.0", path = "../radius" }
|
radius = { version = "0.1.0", path = "../radius" }
|
||||||
radius-client = { version = "0.1.0", path = "../radius-client" }
|
radius-client = { version = "0.1.0", path = "../radius-client" }
|
||||||
radius-server = { version = "0.1.0", path = "../radius-server" }
|
radius-server = { version = "0.1.0", path = "../radius-server" }
|
||||||
tokio = { version = "0.3.4", features = ["signal", "net"] }
|
tokio = { version = "0.3.5", features = ["signal", "net"] }
|
||||||
async-trait = "0.1.42"
|
async-trait = "0.1.42"
|
||||||
|
|||||||
@@ -9,5 +9,5 @@ keywords = ["radius", "client"]
|
|||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
radius = { path = "../radius" }
|
radius = { path = "../radius" }
|
||||||
tokio = { version = "0.3.4", features = ["net", "time"] }
|
tokio = { version = "0.3.5", features = ["net", "time"] }
|
||||||
thiserror = "1.0"
|
thiserror = "1.0"
|
||||||
|
|||||||
@@ -9,7 +9,7 @@ keywords = ["radius", "client"]
|
|||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
radius = { path = "../radius" }
|
radius = { path = "../radius" }
|
||||||
tokio = { version = "0.3.4", features = ["full"] }
|
tokio = { version = "0.3.5", features = ["full"] }
|
||||||
log = "0.4.11"
|
log = "0.4.11"
|
||||||
thiserror = "1.0"
|
thiserror = "1.0"
|
||||||
async-trait = "0.1.42"
|
async-trait = "0.1.42"
|
||||||
|
|||||||
Reference in New Issue
Block a user