Skip to content

Commit

Permalink
Merge pull request #308 from GiganticMinecraft/renovate/async-trait-0.x
Browse files Browse the repository at this point in the history
chore(deps): update rust crate async-trait to 0.1.74
  • Loading branch information
rito528 authored Oct 15, 2023
2 parents 683b0b0 + dca9bb8 commit 48d8309
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 @@ -23,7 +23,7 @@ publish = false
axum = { version = "0.6.20", features = ["headers"] }
serde = { version = "1.0.189", features = ["derive"] }
anyhow = "1.0.75"
async-trait = "0.1.73"
async-trait = "0.1.74"
sea-orm = { version = "0.12.3", features = ["sqlx-mysql", "runtime-actix-rustls", "macros"] }
tracing = "0.1.39"
mockall = "0.11.4"
Expand Down

0 comments on commit 48d8309

Please sign in to comment.