From 8ffa604348b39a60ec3ad075bce74bf3ec0f8566 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Apr 2025 04:56:34 +0000 Subject: [PATCH] chore(deps): bump axum from 0.7.7 to 0.7.9 Bumps [axum](https://github.com/tokio-rs/axum) from 0.7.7 to 0.7.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.7.7...axum-v0.7.9) --- updated-dependencies: - dependency-name: axum dependency-version: 0.7.9 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 6 +++--- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 88e8795..f518560 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -120,9 +120,9 @@ checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26" [[package]] name = "axum" -version = "0.7.7" +version = "0.7.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "504e3947307ac8326a5437504c517c4b56716c9d98fac0028c2acc7ca47d70ae" +checksum = "edca88bc138befd0323b20752846e6587272d3b03b0343c8ea28a6f819e6e71f" dependencies = [ "async-trait", "axum-core", @@ -1176,7 +1176,7 @@ dependencies = [ [[package]] name = "eldflow" -version = "0.1.0" +version = "0.0.1" dependencies = [ "anyhow", "argon2", diff --git a/Cargo.toml b/Cargo.toml index 56aefcc..dbf928f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,7 +31,7 @@ http-api-isahc-client = { version = "0.2.2", optional = true } unsplash-api = { version = "0.1.0", optional = true } gems = { version = "0.0.9", optional = true } gloo-storage = "0.3.0" -axum = { version = "0.7.7", optional = true } +axum = { version = "0.7.9", optional = true } tower-http = { version = "0.6.1", features = ["cors"], optional = true } reqwest = { version = "0.12.9", optional = true } dioxus-web = { version = "0.6.3", features = ["hydrate"] }