From 11d92c17e885e40a5ab3fb4eb27565215d79d9f1 Mon Sep 17 00:00:00 2001 From: Volker Schwaberow Date: Fri, 30 Sep 2022 07:13:58 +0200 Subject: [PATCH 1/2] Bump --- Cargo.lock | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 90940ff..47972cf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -83,9 +83,9 @@ dependencies = [ [[package]] name = "clap" -version = "4.0.0-rc.2" +version = "4.0.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "04d5891a0b7bbd946e91a79c350b5475764d7d7eda9c71141059a9d2ab0853e5" +checksum = "7f78ad8e84aa8e8aa3e821857be40eb4b925ff232de430d4dd2ae6aa058cbd92" dependencies = [ "atty", "bitflags", @@ -98,18 +98,18 @@ dependencies = [ [[package]] name = "clap_complete" -version = "4.0.0-rc.1" +version = "4.0.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f00c7ed9ef8826baf070d8f477714b0d9219f8d15744d1b5267cc8a89a1f0286" +checksum = "11cba7abac9b56dfe2f035098cdb3a43946f276e6db83b72c4e692343f9aab9a" dependencies = [ "clap", ] [[package]] name = "clap_derive" -version = "4.0.0-rc.1" +version = "4.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "51eef4d62724bf369e9ca7458cfde0c55263708b4552020058fba384864e8c23" +checksum = "ca689d7434ce44517a12a89456b2be4d1ea1cafcd8f581978c03d45f5a5c12a7" dependencies = [ "heck", "proc-macro-error", @@ -253,9 +253,9 @@ checksum = "f9b7d56ba4a8344d6be9729995e6b06f928af29998cdf79fe390cbf6b1fee838" [[package]] name = "libc" -version = "0.2.133" +version = "0.2.134" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c0f80d65747a3e43d1596c7c5492d95d5edddaabd45a7fcdb02b95f644164966" +checksum = "329c933548736bc49fd575ee68c89e8be4d260064184389a5b77517cddd99ffb" [[package]] name = "md-5" @@ -345,9 +345,9 @@ dependencies = [ [[package]] name = "proc-macro2" -version = "1.0.43" +version = "1.0.46" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0a2ca2c61bc9f3d74d2886294ab7b9853abd9c1ad903a3ac7815c58989bb7bab" +checksum = "94e2ef8dbfc347b10c094890f778ee2e36ca9bb4262e86dc99cd217e35f3470b" dependencies = [ "unicode-ident", ] @@ -505,9 +505,9 @@ checksum = "6bdef32e8150c2a081110b42772ffe7d7c9032b606bc226c8260fd97e0976601" [[package]] name = "syn" -version = "1.0.100" +version = "1.0.101" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "52205623b1b0f064a4e71182c3b18ae902267282930c6d5462c91b859668426e" +checksum = "e90cde112c4b9690b8cbe810cba9ddd8bc1d7472e2cae317b69e9438c1cba7d2" dependencies = [ "proc-macro2", "quote", From 67852c93a79bf8571f14e40387b6b5cd01bfecdc Mon Sep 17 00:00:00 2001 From: Volker Schwaberow Date: Fri, 30 Sep 2022 07:14:27 +0200 Subject: [PATCH 2/2] Cargo.toml update --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2fc569d..bcf4a8a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rustgenhash" -version = "0.5.7" +version = "0.5.8" license = "MIT/Apache-2.0" authors = ["Volker Schwaberow "] description = "A tool to generate hashes from the command line."