From 77764cf77b027c97f7751575b8a9fe85493303e1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 01:25:03 +0000 Subject: [PATCH] deps(rust-proxy): update mockall requirement Updates the requirements on [mockall](https://github.com/asomers/mockall) to permit the latest version. Updates `mockall` to 0.15.0 - [Changelog](https://github.com/asomers/mockall/blob/master/CHANGELOG.md) - [Commits](https://github.com/asomers/mockall/compare/v0.14.0...v0.15.0) --- updated-dependencies: - dependency-name: mockall dependency-version: 0.15.0 dependency-type: direct:production dependency-group: rust-proxy ... Signed-off-by: dependabot[bot] --- rust/letterbox-proxy/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust/letterbox-proxy/Cargo.toml b/rust/letterbox-proxy/Cargo.toml index d411064..ab4d0d2 100644 --- a/rust/letterbox-proxy/Cargo.toml +++ b/rust/letterbox-proxy/Cargo.toml @@ -76,7 +76,7 @@ uniffi = { version = "0.31.0", features = ["build"] } [dev-dependencies] tokio-test = "0.4.5" -mockall = "0.14.0" +mockall = "0.15.0" tempfile = "3.24.0" once_cell = "1.21.3" wiremock = "0.6.5"