1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
|
Description: accept newer branch of crate dialoguer
Author: Jonas Smedegaard <dr@jones.dk>
Bug-Debian: https://bugs.debian.org/1061677
Bug-Debian: https://bugs.debian.org/1061378
Last-Update: 2024-01-28
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -25,5 +25,5 @@
serde_yaml = { version = "0.9.21" }
shellexpand = { version = "3.1.0" }
chrono = { version = "0.4.26" }
-dialoguer = { version = "0.10.4" }
+dialoguer = { version = ">= 0.10.4, <= 0.11" }
petgraph = { version = "0.6.3", features = ["serde-1"] }
|