Skip to content

Commit

Permalink
Merge pull request #37 from i10416/renovate/async-trait-0.x
Browse files Browse the repository at this point in the history
fix(deps): update rust crate async-trait to 0.1.77
  • Loading branch information
i10416 authored Jan 4, 2024
2 parents e8ffe4b + 3933bf1 commit 4582b01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ hyper = { version = "0.14", features = ["client", "http1"] }
hyper-tls = { version = "0.5", optional = true }
hyper-rustls = { version = "0.21", optional = true }
http = "0.2"
async-trait = "0.1.75"
async-trait = "0.1.77"

[dev-dependencies]
tokio = { version = "1", features = ["rt-multi-thread", "macros"] }
Expand Down

0 comments on commit 4582b01

Please sign in to comment.