diff --git a/Cargo.lock b/Cargo.lock index 92b1e52..127b8a4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -184,9 +184,9 @@ checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8" [[package]] name = "axum" -version = "0.8.6" +version = "0.8.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8a18ed336352031311f4e0b4dd2ff392d4fbb370777c9d18d7fc9d7359f73871" +checksum = "5b098575ebe77cb6d14fc7f32749631a6e44edbef6b796f89b020e99ba20d425" dependencies = [ "axum-core", "bytes", diff --git a/Cargo.toml b/Cargo.toml index 073ab7d..e459232 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,7 +33,7 @@ gitea-client = { path = "crates/gitea-client" } harbor-client = { path = "crates/harbor-client" } anyhow = "1.0.100" -axum = { version = "0.8.6" } +axum = { version = "0.8.7" } axum-extra = {version = "0.12.1", features = ["typed-header"] } base64 = "0.22.1" bytes = "1.10.1"