From d035125631963a9b08da876345be35b416046c94 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 May 2025 19:08:35 +0000 Subject: [PATCH] build(deps): bump axum from 0.8.3 to 0.8.4 Bumps [axum](https://github.com/tokio-rs/axum) from 0.8.3 to 0.8.4. - [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.3...axum-v0.8.4) --- updated-dependencies: - dependency-name: axum dependency-version: 0.8.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- samling/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5b709e1..73a3503 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -191,9 +191,9 @@ checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26" [[package]] name = "axum" -version = "0.8.3" +version = "0.8.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "de45108900e1f9b9242f7f2e254aa3e2c029c921c258fe9e6b4217eeebd54288" +checksum = "021e862c184ae977658b36c4500f7feac3221ca5da43e3f25bd04ab6c79a29b5" dependencies = [ "axum-core", "axum-macros", diff --git a/samling/Cargo.toml b/samling/Cargo.toml index 7776978..460bbd4 100644 --- a/samling/Cargo.toml +++ b/samling/Cargo.toml @@ -11,7 +11,7 @@ homepage = "https://github.com/jacobsvante/samling" [dependencies] samling-clorinde = { version = "0.12.0", path = "../samling-clorinde" } argon2 = "0.5.3" -axum = { version = "0.8.3", features = ["macros"] } +axum = { version = "0.8.4", features = ["macros"] } axum-extra = { version = "0.10.1", features = ["typed-header"] } base64 = "0.22.1" bytes = { version = "1.10.1", features = ["serde"] }