Skip to content

Commit

Permalink
Update Rust crate axum to 0.7.9
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and mrtnzlml committed Nov 17, 2024
1 parent 9f1f1a3 commit 419ccaf
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 @@ -10,7 +10,7 @@ publish = false
[dependencies]
anyhow = { version = "1.0.93", default-features = false, features = ["std"] }
async-trait = "0.1.83"
axum = { version = "0.7.7", default-features = false, features = ["multipart"] }
axum = { version = "0.7.9", default-features = false, features = ["multipart"] }
base64 = "0.22.1"
blurhash-wasm = { git = "https://github.com/fpapado/blurhash-rust-wasm", branch = "master" }
bytes = "1.8.0"
Expand Down

0 comments on commit 419ccaf

Please sign in to comment.