summaryrefslogtreecommitdiff
path: root/support/pkgcheck/Cargo.toml
diff options
context:
space:
mode:
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"