Description: accept newer branch of crate structopt
Author: Jonas Smedegaard <dr@jones.dk>
Last-Update: 2024-10-02
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/cli/Cargo.toml
+++ b/cli/Cargo.toml
@@ -14,6 +14,6 @@
 edition = "2018"
 
 [dependencies]
-structopt = "0.2"
+structopt = ">= 0.2, <= 0.3"
 ulid = { version = "*", path = ".." }
 time = "0.3.11"
