diff --git a/src/abacus/server/Cargo.toml b/src/abacus/server/Cargo.toml index d447aec757..f5f869087c 100644 --- a/src/abacus/server/Cargo.toml +++ b/src/abacus/server/Cargo.toml @@ -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"