File: 1001_dialoguer.patch

package info (click to toggle)
settle 0.40.1-8
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 1,028 kB
  • sloc: makefile: 42; sh: 1
file content (16 lines) | stat: -rw-r--r-- 574 bytes parent folder | download
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"] }