From: Colin Watson <cjwatson@debian.org>
Date: Mon, 7 Oct 2024 15:44:22 +0100
Subject: relax-base64

---
 Cargo.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Cargo.toml b/Cargo.toml
index 4fdff1b..b8d843f 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -40,7 +40,7 @@ name = "maturin"
 
 [dependencies]
 anyhow = "1.0.80"
-base64 = "0.21.0"
+base64 = ">=0.21.0"
 glob = "0.3.0"
 cargo-config2 = "0.1.24"
 cargo_metadata = ">=0.15"
