Skip to content

Commit

Permalink
fix(deps): update rust crate async-trait to 0.1.76
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 31, 2023
1 parent 08fc47e commit 49aeabf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions server/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ edition = "2021"

[dependencies]
axum = "0.6.18"
async-trait = "0.1.68"
async-trait = "0.1.76"
pbjson-types = "0.5.1"
prost = "0.11.9"
tokio = { version = "1.32.0", features = ["macros", "rt-multi-thread"] }
Expand Down

0 comments on commit 49aeabf

Please sign in to comment.