Skip to content

Commit

Permalink
fix(deps): update rust crate async-trait to 0.1.77 (#3937)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Feb 8, 2024
1 parent 0b15939 commit 3558f46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/libraries/router/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ reqwest = { version = "0.11.23", default-features = false, features = ["rustls-t
sha2 = { version = "0.10.8", features = ["std"] }
anyhow = "1"
tracing = "0.1"
async-trait = "0.1.74"
async-trait = "0.1.77"
futures = { version = "0.3.29", features = ["thread-pool"] }
schemars = { version = "0.8", features = ["url"] }
serde = "1"
Expand Down

0 comments on commit 3558f46

Please sign in to comment.