From: Debian Rust Maintainers Date: Tue, 28 Apr 2026 16:03:04 +0000 (+0000) Subject: relax-deps X-Git-Tag: archive/raspbian/2.8.2-2+rpi1^2~1 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=d0ab0f507682d2bc0ad4727a500fd7374ca437a8;p=rust-debcargo.git relax-deps =================================================================== Gbp-Pq: Name relax-deps.patch --- diff --git a/Cargo.toml b/Cargo.toml index 6ece284..ab4d5d9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -137,7 +137,7 @@ version = "3" version = "0.16" [dependencies.toml] -version = "0.9" +version = ">= 0.9, < 2" [dependencies.walkdir] version = "2"