Skip to content

Commit

Permalink
fix(deps): update rust crate async-trait to 0.1.80
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Apr 11, 2024
1 parent c6102d6 commit e2239aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion e2e-test/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ publish = false
[dependencies]
radius = { version = "0.4.0", path = "../radius" }
tokio = { version = "1.35.1", features = ["signal", "net"] }
async-trait = "0.1.77"
async-trait = "0.1.80"
2 changes: 1 addition & 1 deletion radius/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ num_enum = "0.7.2"
thiserror = "1.0"
log = "0.4.20"
tokio = { version = "1.35.1", features = ["full"] }
async-trait = "0.1.77"
async-trait = "0.1.80"

[features]
default = ["md5"]
Expand Down

0 comments on commit e2239aa

Please sign in to comment.