1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
|
Description: accept older minor version of crate rand
Author: Jonas Smedegaard <dr@jones.dk>
Bug-Debian: https://bugs.debian.org/1095487
Forwarded: not-needed
Last-Update: 2025-09-24
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/edu-ws/Cargo.toml
+++ b/edu-ws/Cargo.toml
@@ -28,7 +28,7 @@
base64 = "0.22"
hex = { version = "0.4", features = ["serde"] }
md5 = "0.7"
-rand = "0.9"
+rand = ">= 0.8.5, <= 0.9"
[dev-dependencies]
time = { version = "0.3", features = ["macros", "serde"] }
|