Skip to content

Commit

Permalink
Update Rust crate axum to 0.7.6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and mrtnzlml committed Sep 23, 2024
1 parent 5c07317 commit 6f89def
Showing 1 changed file with 1 addition and 1 deletion.
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.82"
axum = { version = "0.7.5", default-features = false, features = ["multipart"] }
axum = { version = "0.7.6", 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 6f89def

Please sign in to comment.