Skip to content

Commit

Permalink
Update Rust crate async-trait to 0.1.53 (#106)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <[email protected]>
  • Loading branch information
renovate[bot] and renovate-bot authored Apr 29, 2022
1 parent 95d0699 commit ccb980c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ tracing = "0.1"
ring = "0.16"
lazy_static = "1.4"
http = "0.2"
async-trait = "0.1.52"
async-trait = "0.1.53"


[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion src/hyper/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ hex = "0.4"
tracing = "0.1"
ring = "0.16"
lazy_static = "1.4"
async-trait = "0.1.52"
async-trait = "0.1.53"
http = "0.2"
tokio-tungstenite = { version = "0.17.1", features = ["rustls-tls-native-roots"] }
rand = "0.8.5"
Expand Down

0 comments on commit ccb980c

Please sign in to comment.