Update Rust crate clap to 4.4.3

This commit is contained in:
Renovate Bot 2023-09-12 18:33:51 +00:00
parent 8ec1f6237d
commit 5837285455
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -271,9 +271,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",

View File

@ -26,7 +26,7 @@ zkp = "0.8.0"
lox-library = { path = "../lox-library", version = "0.1.0"}
lox_utils = { path = "../lox-utils", version = "0.1.0"}
rdsys_backend = { path = "../rdsys-backend-api", version = "0.2"}
clap = { version = "4.4.2", features = ["derive"] }
clap = { version = "4.4.3", features = ["derive"] }
serde_json = "1.0.106"
sled = "0.34.7"