Skip to content

Commit

Permalink
Update Rust crate axum to 0.7.7
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and mrtnzlml committed Sep 29, 2024
1 parent 6e5006f commit 98d7bca
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 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 @@ -10,7 +10,7 @@ publish = false
[dependencies]
anyhow = { version = "1.0.89", default-features = false, features = ["std"] }
async-trait = "0.1.83"
axum = { version = "0.7.6", default-features = false, features = ["multipart"] }
axum = { version = "0.7.7", default-features = false, features = ["multipart"] }
base64 = "0.22.1"
blurhash-wasm = { git = "https://github.com/fpapado/blurhash-rust-wasm", branch = "master" }
bytes = "1.7.2"
Expand Down

0 comments on commit 98d7bca

Please sign in to comment.