summaryrefslogtreecommitdiff
path: root/support/pkgcheck/Cargo.toml
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-10-02 03:01:29 +0000
committerNorbert Preining <norbert@preining.info>2019-10-02 03:01:29 +0000
commitd94b7a8c132734a1bc4046d54a75c7882c4c2619 (patch)
tree7326afd537da7739f5e5127da75d0766835e3c3e /support/pkgcheck/Cargo.toml
parent31d84cec65917cfc6ef446f1bf6031cff7c6dc7b (diff)
CTAN sync 201910020301
Diffstat (limited to 'support/pkgcheck/Cargo.toml')
-rw-r--r--support/pkgcheck/Cargo.toml5
1 files changed, 2 insertions, 3 deletions
diff --git a/support/pkgcheck/Cargo.toml b/support/pkgcheck/Cargo.toml
index 74b14f05cc..b682eec3e8 100644
--- a/support/pkgcheck/Cargo.toml
+++ b/support/pkgcheck/Cargo.toml
@@ -1,13 +1,13 @@
[package]
name = "pkgcheck"
-version = "1.8.2"
+version = "1.8.3"
authors = ["Manfred Lotz <manfred@ctan.org>"]
description = "Command-line tool to check packages uploaded to CTAN."
license = "MIT/Apache-2.0"
edition = "2018"
[dependencies]
-structopt = "0.2"
+structopt = "0.3"
walkdir = "2.2"
scoped_threadpool = "0.1"
num_cpus = "1"
@@ -31,5 +31,4 @@ escargot = "0.5"
threadpool = "1.7.1"
unicode-bom = "1"
-
url = "2.1"