Merge pull request 'Update Rust crate clap to 4.0.27' (#79) from renovate/clap-4.x into master
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #79
This commit is contained in:
commit
83c4a8b27b
6
Cargo.lock
generated
6
Cargo.lock
generated
@ -682,14 +682,14 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "clap"
|
||||
version = "4.0.26"
|
||||
version = "4.0.27"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "2148adefda54e14492fb9bddcc600b4344c5d1a3123bd666dcb939c6f0e0e57e"
|
||||
checksum = "0acbd8d28a0a60d7108d7ae850af6ba34cf2d1257fc646980e5f97ce14275966"
|
||||
dependencies = [
|
||||
"atty",
|
||||
"bitflags",
|
||||
"clap_derive",
|
||||
"clap_lex",
|
||||
"is-terminal",
|
||||
"once_cell",
|
||||
"strsim",
|
||||
"termcolor",
|
||||
|
@ -10,7 +10,7 @@ actix = "0.13.0"
|
||||
actix-identity = "0.5.2"
|
||||
actix-web = "4"
|
||||
actix-session = { version = "0.7.2", features = ["cookie-session"] }
|
||||
clap = { version = "4.0.26", features = ["derive", "env"] }
|
||||
clap = { version = "4.0.27", features = ["derive", "env"] }
|
||||
include_dir = "0.7.3"
|
||||
log = "0.4.17"
|
||||
serde_json = "1.0.89"
|
||||
|
Loading…
Reference in New Issue
Block a user