File: 2002_getrandom.patch

package info (click to toggle)
oxigraph 0.5.6%2Bds-2~exp
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 7,976 kB
  • sloc: python: 1,964; cpp: 246; sh: 145; makefile: 53
file content (19 lines) | stat: -rw-r--r-- 601 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Description: accept newer minor version of crate getrandom
Author: Jonas Smedegaard <dr@jones.dk>
Author: Peter Michael Green <plugwash@debian.org>
Bug-Debian: https://bugs.debian.org/1130511
Forwarded: not-needed
Last-Update: 2026-03-15
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -47,7 +47,7 @@
 flate2 = "1.0"
 geo = ">=0.28, <0.32"  # TODO: upgrade when the dependency on old getrandom will be dropped
 geojson = "0.24"
-getrandom = "0.3.4"
+getrandom = ">= 0.3.4, <= 0.4"
 hex = "0.4"
 js-sys = "0.3.85"
 json-event-parser = "0.2.3"