mirror of
https://github.com/cubixle/radius-rs.git
synced 2026-04-24 19:54:45 +01:00
fix(deps): update rust crate async-trait to 0.1.47
This commit is contained in:
@@ -8,4 +8,4 @@ publish = false
|
||||
[dependencies]
|
||||
radius = { version = "0.2.0", path = "../radius" }
|
||||
tokio = { version = "1.2.0", features = ["signal", "net"] }
|
||||
async-trait = "0.1.42"
|
||||
async-trait = "0.1.47"
|
||||
|
||||
@@ -20,4 +20,4 @@ num_enum = "0.5.1"
|
||||
thiserror = "1.0"
|
||||
log = "0.4.14"
|
||||
tokio = { version = "1.2.0", features = ["full"] }
|
||||
async-trait = "0.1.42"
|
||||
async-trait = "0.1.47"
|
||||
|
||||
Reference in New Issue
Block a user