From 0552c1c61d27d688b1cf3d3a5d55a53210d02839 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Mar 2024 20:36:11 +0000 Subject: [PATCH] chore(deps): bump axum-client-ip from 0.5.0 to 0.5.1 Bumps [axum-client-ip](https://github.com/imbolc/axum-client-ip) from 0.5.0 to 0.5.1. - [Release notes](https://github.com/imbolc/axum-client-ip/releases) - [Commits](https://github.com/imbolc/axum-client-ip/compare/v0.5.0...v0.5.1) --- updated-dependencies: - dependency-name: axum-client-ip dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9bc13c1a7..091b3b0c5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -237,9 +237,9 @@ dependencies = [ [[package]] name = "axum-client-ip" -version = "0.5.0" +version = "0.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0f5ffe4637708b326c621d5494ab6c91dcf62ee440fa6ee967d289315a9c6f81" +checksum = "5e7c467bdcd2bd982ce5c8742a1a178aba7b03db399fd18f5d5d438f5aa91cb4" dependencies = [ "axum", "forwarded-header-value",