From d2f3ce5eff67cd07ef58d64da555114269344881 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 17 Sep 2023 11:49:03 +0000 Subject: [PATCH] build(deps): bump axum-extra from 0.7.7 to 0.8.0 Bumps [axum-extra](https://github.com/tokio-rs/axum) from 0.7.7 to 0.8.0. - [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-extra-v0.7.7...axum-extra-v0.8.0) --- updated-dependencies: - dependency-name: axum-extra dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- node/rest/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index aecf8b947e..5a060bb4f6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -325,9 +325,9 @@ dependencies = [ [[package]] name = "axum-extra" -version = "0.7.7" +version = "0.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a93e433be9382c737320af3924f7d5fc6f89c155cf2bf88949d8f5126fab283f" +checksum = "4ab90e7b70bea63a153137162affb6a0bce26b584c24a4c7885509783e2cf30b" dependencies = [ "axum", "axum-core", diff --git a/node/rest/Cargo.toml b/node/rest/Cargo.toml index ec52cb1c9f..2c5ffd72dd 100644 --- a/node/rest/Cargo.toml +++ b/node/rest/Cargo.toml @@ -28,7 +28,7 @@ version = "0.6" features = [ "headers" ] [dependencies.axum-extra] -version = "0.7.7" +version = "0.8.0" features = [ "erased-json" ] [dependencies.http]