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"
|