From 63a524c479c4758bee6baf350da69e548c208a97 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 17:54:43 +0000 Subject: [PATCH] build(deps): bump sumup in /backend/rust in the sumup-sdk group Bumps the sumup-sdk group in /backend/rust with 1 update: [sumup](https://github.com/sumup/sumup-rs). Updates `sumup` from 0.5.10 to 0.5.11 - [Release notes](https://github.com/sumup/sumup-rs/releases) - [Changelog](https://github.com/sumup/sumup-rs/blob/main/release-plz.toml) - [Commits](https://github.com/sumup/sumup-rs/compare/v0.5.10...v0.5.11) --- updated-dependencies: - dependency-name: sumup dependency-version: 0.5.11 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: sumup-sdk ... Signed-off-by: dependabot[bot] --- backend/rust/Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/rust/Cargo.lock b/backend/rust/Cargo.lock index ae2dc0c..07c40e4 100644 --- a/backend/rust/Cargo.lock +++ b/backend/rust/Cargo.lock @@ -1208,9 +1208,9 @@ checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292" [[package]] name = "sumup" -version = "0.5.10" +version = "0.5.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c501d5f9c8ab990d596dd244df2bbca2ac84cd623133c96eb4df7d28d27752b5" +checksum = "d24508be53f1391825f759e9cfdcb93eb4be6d34b6daf211fc6e336f96610edf" dependencies = [ "chrono", "reqwest",