Skip to content

Commit

Permalink
Update Rust crate async-trait to 0.1.78
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and mrtnzlml committed Mar 17, 2024
1 parent 2212dca commit 228118f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/abacus/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 src/abacus/server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ publish = false

[dependencies]
anyhow = { version = "1.0.81", default-features = false, features = ["std"] }
async-trait = "0.1.77"
async-trait = "0.1.78"
axum = "0.7.4"
base64 = "0.22.0"
blurhash-wasm = { git = "https://github.com/fpapado/blurhash-rust-wasm", branch = "master" }
Expand Down

0 comments on commit 228118f

Please sign in to comment.