From cb68d38823870fa7adb5f0c2b68cf59205dd4bec Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Mon, 30 Nov 2020 03:00:37 +0000 Subject: CTAN sync 202011300300 --- support/pkgcheck/Cargo.toml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'support/pkgcheck/Cargo.toml') diff --git a/support/pkgcheck/Cargo.toml b/support/pkgcheck/Cargo.toml index 39fe8901b5..870304d75c 100644 --- a/support/pkgcheck/Cargo.toml +++ b/support/pkgcheck/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pkgcheck" -version = "2.1.0" +version = "2.2.0" authors = ["Manfred Lotz "] description = "Command-line tool to check packages uploaded to CTAN." license = "MIT/Apache-2.0" @@ -10,24 +10,25 @@ edition = "2018" # https://doc.rust-lang.org/edition-guide/rust-2018/error-handling-and-panics/aborting-on-panic.html [profile.release] panic = "abort" +lto = true [dependencies] structopt = "0.3" walkdir = "2.3" scoped_threadpool = "0.1" num_cpus = "1" -blake2 = "0.8" +blake2 = "0.9" fnv = "1.0.6" unbytify = "0.2" regex = "1" glob = "0.3" -colored = "1" +colored = "2" linkify = "0.4" reqwest = { version = "0.10", features = ["blocking", "gzip"] } lazy_static = "1" -tempdir = "0.3" +tempfile = "3.1" assert_cmd = "1" predicates = "1" openssl-probe = "0.1.2" @@ -35,7 +36,7 @@ pest = "2.1" pest_derive = "2.1" escargot = "0.5" -threadpool = "1.7.1" +threadpool = "1.8" unicode-bom = "1" url = "2.1" -- cgit v1.2.3