From: Colin Watson <cjwatson@debian.org>
Date: Fri, 31 Jul 2026 10:57:59 +0100
Subject: Relax goblin dependency version

Forwarded: not-needed
Last-Update: 2026-07-31
---
 Cargo.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Cargo.toml b/Cargo.toml
index f52aa4d..2b957d1 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -47,7 +47,7 @@ cargo_metadata = "0.23"
 cargo-options = "0.7.2"
 cbindgen = { version = "0.29.0", default-features = false }
 flate2 = "1.0.18"
-goblin = "0.9.0"
+goblin = ">= 0.9.0, < 0.11.0"
 platform-info = "2.0.2"
 regex = "1.7.0"
 rustflags = "0.1.7"
