From 7f9a41117bcc3835360e443fb31aef0f2b698f0c Mon Sep 17 00:00:00 2001 From: phoenix Date: Wed, 6 May 2026 21:00:28 -0400 Subject: [PATCH] bump: axum --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4441b4d..c473caa 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -73,9 +73,9 @@ checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8" [[package]] name = "axum" -version = "0.8.8" +version = "0.8.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8b52af3cb4058c895d37317bb27508dccc8e5f2d39454016b297bf4a400597b8" +checksum = "31b698c5f9a010f6573133b09e0de5408834d0c82f8d7475a89fc1867a71cd90" dependencies = [ "axum-core", "bytes", diff --git a/Cargo.toml b/Cargo.toml index 1bf95a0..b6da954 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ edition = "2024" rust-version = "1.95" [dependencies] -axum = { version = "0.8.8" } +axum = { version = "0.8.9" } serde = { version = "1.0.228", features = ["derive"] } serde_json = { version = "1.0.149" } tokio = { version = "1.51", features = ["rt-multi-thread"] }