diff -pruN 0.1.2-5/debian/changelog 0.1.2-6/debian/changelog
--- 0.1.2-5/debian/changelog	2025-08-28 21:35:54.000000000 +0000
+++ 0.1.2-6/debian/changelog	2025-09-18 21:44:46.000000000 +0000
@@ -1,3 +1,11 @@
+turtlefmt (0.1.2-6) experimental; urgency=medium
+
+  * add patch 1001
+    to accept newer minor version of crates oxrdf oxttl;
+    bump build-dependencies for crates oxrdf oxttl
+
+ -- Jonas Smedegaard <dr@jones.dk>  Thu, 18 Sep 2025 23:44:46 +0200
+
 turtlefmt (0.1.2-5) unstable; urgency=medium
 
   * build-depend on libstd-rust-dev
diff -pruN 0.1.2-5/debian/control 0.1.2-6/debian/control
--- 0.1.2-5/debian/control	2025-08-28 21:33:03.000000000 +0000
+++ 0.1.2-6/debian/control	2025-09-18 18:26:53.000000000 +0000
@@ -11,8 +11,8 @@ Build-Depends:
  librust-clap-4+default-dev,
  librust-clap-4+derive-dev,
  librust-jobserver-dev,
- librust-oxrdf-0.2+default-dev,
- librust-oxttl-0.1+default-dev,
+ librust-oxrdf-0.3+default-dev,
+ librust-oxttl-0.2+default-dev,
  librust-reqwest-0.12+blocking-dev,
  librust-tree-sitter-0.22+default-dev,
  librust-tree-sitter-cli-0.22+default-dev,
diff -pruN 0.1.2-5/debian/copyright_hints 0.1.2-6/debian/copyright_hints
--- 0.1.2-5/debian/copyright_hints	2025-08-28 21:35:49.000000000 +0000
+++ 0.1.2-6/debian/copyright_hints	2025-08-30 07:02:09.000000000 +0000
@@ -12,6 +12,7 @@ Files: Cargo.lock
  debian/control
  debian/copyright-check
  debian/gbp.conf
+ debian/patches/1001_oxrdf.patch
  debian/patches/2002_diffy.patch
  debian/patches/2002_tree-sitter.patch
  debian/patches/README
diff -pruN 0.1.2-5/debian/patches/1001_oxrdf.patch 0.1.2-6/debian/patches/1001_oxrdf.patch
--- 0.1.2-5/debian/patches/1001_oxrdf.patch	1970-01-01 00:00:00.000000000 +0000
+++ 0.1.2-6/debian/patches/1001_oxrdf.patch	2025-08-30 07:00:05.000000000 +0000
@@ -0,0 +1,18 @@
+Description: accept newer minor version of crates oxrdf oxttl
+Author: Jonas Smedegaard <dr@jones.dk>
+Last-Update: 2025-08-30
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
+--- a/Cargo.toml
++++ b/Cargo.toml
+@@ -18,8 +18,8 @@
+ tree-sitter = "0.24.6"
+ 
+ [dev-dependencies]
+-oxrdf = "0.2.0"
+-oxttl = "0.1.0"
++oxrdf = ">= 0.2.0, <= 0.3"
++oxttl = ">= 0.1.0, <= 0.2"
+ reqwest = { version = "0.12.7", default-features = false, features = ["blocking"] }
+ 
+ [build-dependencies]
diff -pruN 0.1.2-5/debian/patches/2002_tree-sitter.patch 0.1.2-6/debian/patches/2002_tree-sitter.patch
--- 0.1.2-5/debian/patches/2002_tree-sitter.patch	2025-08-28 21:35:22.000000000 +0000
+++ 0.1.2-6/debian/patches/2002_tree-sitter.patch	2025-08-30 06:58:07.000000000 +0000
@@ -14,7 +14,7 @@ This patch header follows DEP-3: http://
 +tree-sitter = "0.22.6"
  
  [dev-dependencies]
- oxrdf = "0.2.0"
+ oxrdf = ">= 0.2.0, <= 0.3"
 @@ -23,4 +23,4 @@
  
  [build-dependencies]
diff -pruN 0.1.2-5/debian/patches/series 0.1.2-6/debian/patches/series
--- 0.1.2-5/debian/patches/series	2025-08-28 21:34:38.000000000 +0000
+++ 0.1.2-6/debian/patches/series	2025-08-30 07:00:03.000000000 +0000
@@ -1,3 +1,4 @@
+1001_oxrdf.patch
 2001_static_code_hint.patch
 2002_diffy.patch
 2002_tree-sitter.patch
