Update Rust crate clap to 3.2.20 #36
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -717,9 +717,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "clap"
|
name = "clap"
|
||||||
version = "3.2.19"
|
version = "3.2.20"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "68d43934757334b5c0519ff882e1ab9647ac0258b47c24c4f490d78e42697fd5"
|
checksum = "23b71c3ce99b7611011217b366d923f1d0a7e07a92bb2dbf1e84508c673ca3bd"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"atty",
|
"atty",
|
||||||
"bitflags",
|
"bitflags",
|
||||||
|
@ -10,7 +10,7 @@ actix = "0.13.0"
|
|||||||
actix-identity = "0.5.2"
|
actix-identity = "0.5.2"
|
||||||
actix-web = "4"
|
actix-web = "4"
|
||||||
actix-session = { version = "0.7.1", features = ["cookie-session"] }
|
actix-session = { version = "0.7.1", features = ["cookie-session"] }
|
||||||
clap = { version = "3.2.19", features = ["derive", "env"] }
|
clap = { version = "3.2.20", features = ["derive", "env"] }
|
||||||
include_dir = "0.7.2"
|
include_dir = "0.7.2"
|
||||||
log = "0.4.17"
|
log = "0.4.17"
|
||||||
serde_json = "1.0.85"
|
serde_json = "1.0.85"
|
||||||
|
Loading…
Reference in New Issue
Block a user