Skip to content

Commit

Permalink
Merge pull request #89 from GiganticMinecraft/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.79
  • Loading branch information
rito528 authored Mar 27, 2024
2 parents 5e39de6 + 91179bc commit 44b1971
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 @@ -7,7 +7,7 @@ edition = "2021"

[dependencies]
anyhow = "1.0.80"
async-trait = "0.1.77"
async-trait = "0.1.79"
axum = "0.7.5"
bytes = "1.6.0"
envy = "0.4.2"
Expand Down

0 comments on commit 44b1971

Please sign in to comment.