From dd4d444b9725ed9888c73c991ee8e906b78a6dc5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 06:23:09 +0000 Subject: [PATCH] deps(deps): update axum requirement from 0.7 to 0.8 in /relayer Updates the requirements on [axum](https://github.com/tokio-rs/axum) to permit the latest version. - [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.7.0...axum-v0.8.8) --- updated-dependencies: - dependency-name: axum dependency-version: 0.8.8 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- relayer/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/relayer/Cargo.toml b/relayer/Cargo.toml index ad2f6d0..6ae02f6 100644 --- a/relayer/Cargo.toml +++ b/relayer/Cargo.toml @@ -5,7 +5,7 @@ edition = "2021" [dependencies] tokio = { version = "1.35", features = ["full"] } -axum = "0.7" +axum = "0.8" bitcoin = "0.31" ethers = "2.0" stellar_sdk = "0.1"