From 86e9633b943f13c2c9fc0e2dc46b67092ca22bc2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 12 Sep 2023 21:34:11 +0000 Subject: [PATCH] fix(deps): update rust crate clap to 4.4.3 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index abdf233..ecad294 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -116,9 +116,9 @@ dependencies = [ [[package]] name = "clap" -version = "4.4.2" +version = "4.4.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6a13b88d2c62ff462f88e4a121f17a82c1af05693a2f192b5c38d14de73c19f6" +checksum = "84ed82781cea27b43c9b106a979fe450a13a31aab0500595fb3fc06616de08e6" dependencies = [ "clap_builder", "clap_derive", diff --git a/Cargo.toml b/Cargo.toml index cf4e7ee..a847aa0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ protobuf = "2.28.0" anvil-region = { git = "https://github.com/GiganticMinecraft/anvil-region", rev = "8dd1ca732686cac19f9957300414319108c07341"} named-binary-tag = "0.6" -clap = {version = "4.4.2", features = ["derive"]} +clap = {version = "4.4.3", features = ["derive"]} # concurrent processing