From e36a85098b865fd6505d42322afeae6f43504c3b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Apr 2026 14:37:21 +0000 Subject: [PATCH] chore(deps): bump axum from 0.8.8 to 0.8.9 Bumps [axum](https://github.com/tokio-rs/axum) from 0.8.8 to 0.8.9. - [Release notes](https://github.com/tokio-rs/axum/releases) - [Changelog](https://github.com/tokio-rs/axum/blob/main/CHANGELOG.md) - [Commits](https://github.com/tokio-rs/axum/compare/axum-v0.8.8...axum-v0.8.9) --- updated-dependencies: - dependency-name: axum dependency-version: 0.8.9 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c6f2678..a80a407 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -147,9 +147,9 @@ dependencies = [ [[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 0.5.6", "bytes", @@ -1826,7 +1826,7 @@ checksum = "f8dcc9c7d52a811697d2151c701e0d08956f92b0e24136cf4cf27b57a6a0d9bf" name = "ra2a" version = "0.10.1" dependencies = [ - "axum 0.8.8", + "axum 0.8.9", "base64", "chrono", "futures", @@ -2849,7 +2849,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "fec7c61a0695dc1887c1b53952990f3ad2e3a31453e1f49f10e75424943a93ec" dependencies = [ "async-trait", - "axum 0.8.8", + "axum 0.8.9", "base64", "bytes", "h2", diff --git a/Cargo.toml b/Cargo.toml index a652afb..f09834f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ description = "Comprehensive Rust SDK for the Agent2Agent (A2A) Protocol" [workspace.dependencies] ra2a = { version = "0.10", path = "ra2a", features = ["server", "client"] } -axum = "0.8.8" +axum = "0.8.9" base64 = "0.22.1" chrono = { version = "0.4.44", features = ["serde"] } futures = "0.3.32"