From 75e45f4e8c188a95cb5a11c0f6781e56b0fc6da5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Jan 2021 06:05:23 +0000 Subject: [PATCH] Bump tokei from 12.1.1 to 12.1.2 Bumps [tokei](https://github.com/XAMPPRocky/tokei) from 12.1.1 to 12.1.2. - [Release notes](https://github.com/XAMPPRocky/tokei/releases) - [Changelog](https://github.com/XAMPPRocky/tokei/blob/master/CHANGELOG.md) - [Commits](https://github.com/XAMPPRocky/tokei/compare/tokei@12.1.1...tokei@12.1.2) Signed-off-by: dependabot[bot] --- Cargo.lock | 50 +++++++------------------------------------------- Cargo.toml | 2 +- 2 files changed, 8 insertions(+), 44 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index adfda45d0..539a6d498 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -21,15 +21,6 @@ version = "1.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "aae1277d39aeec15cb388266ecc24b11c80469deae6067e17a1a7aa9e5c1f234" -[[package]] -name = "ahash" -version = "0.3.8" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e8fd72866655d1904d6b0997d0b07ba561047d070fbe29de039031c641b61217" -dependencies = [ - "const-random", -] - [[package]] name = "aho-corasick" version = "0.7.15" @@ -305,26 +296,6 @@ dependencies = [ "winapi", ] -[[package]] -name = "const-random" -version = "0.1.11" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "02dc82c12dc2ee6e1ded861cf7d582b46f66f796d1b6c93fa28b911ead95da02" -dependencies = [ - "const-random-macro", - "proc-macro-hack", -] - -[[package]] -name = "const-random-macro" -version = "0.1.11" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fc757bbb9544aa296c2ae00c679e81f886b37e28e59097defe0cf524306f6685" -dependencies = [ - "getrandom 0.2.0", - "proc-macro-hack", -] - [[package]] name = "const_fn" version = "0.4.4" @@ -405,12 +376,11 @@ dependencies = [ [[package]] name = "dashmap" -version = "3.11.10" +version = "4.0.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0f260e2fc850179ef410018660006951c1b55b79e8087e87111a2c388994b9b5" +checksum = "e77a43b28d0668df09411cb0bc9a8c2adc40f9a048afe863e05fd43251e8e39c" dependencies = [ - "ahash", - "cfg-if 0.1.10", + "cfg-if 1.0.0", "num_cpus", "serde", ] @@ -1152,12 +1122,6 @@ version = "0.2.9" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c36fa947111f5c62a733b652544dd0016a43ce89619538a8ef92724a6f501a20" -[[package]] -name = "proc-macro-hack" -version = "0.5.18" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "99c605b9a0adc77b7211c6b1f722dcb613d68d66859a44f3d485a6da332b0598" - [[package]] name = "proc-macro2" version = "1.0.24" @@ -1464,9 +1428,9 @@ dependencies = [ [[package]] name = "tera" -version = "1.6.0" +version = "1.6.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b386176bffd04e4a115cf7c46f46a1f322e57b381614ad42c09497d2aa1ce96f" +checksum = "eac6ab7eacf40937241959d540670f06209c38ceadb62116999db4a950fbf8dc" dependencies = [ "chrono", "chrono-tz", @@ -1551,9 +1515,9 @@ checksum = "238ce071d267c5710f9d31451efec16c5ee22de34df17cc05e56cbc92e967117" [[package]] name = "tokei" -version = "12.1.1" +version = "12.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b4fafcb01f4a8803c08f7223686b2f838910eb3352caf59fa0cfb65ed0cfd072" +checksum = "a41f915e075a8a98ad64a5f7be6b7cc1710fc835c5f07e4a3efcaeb013291c00" dependencies = [ "aho-corasick", "clap", diff --git a/Cargo.toml b/Cargo.toml index 9780d9759..250a14eef 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,7 @@ color_quant = "1.1" # Use version required by image colored= "2.0.0" git2 = { version = "0.13.15", default-features = false } json = "0.12.4" -tokei = "12.1.1" +tokei = "12.1.2" askalono = "0.4.3" bytecount = "0.6.2" clap = "2.33.3"