Merge pull request 'Update Rust crate clap to 3.2.7' (#23) from renovate/clap-3.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: #23
This commit is contained in:
commit
bccb25c4af
8
Cargo.lock
generated
8
Cargo.lock
generated
@ -602,9 +602,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "clap"
|
||||
version = "3.2.6"
|
||||
version = "3.2.12"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "9f1fe12880bae935d142c8702d500c63a4e8634b6c3c57ad72bf978fc7b6249a"
|
||||
checksum = "ab8b79fe3946ceb4a0b1c080b4018992b8d27e9ff363644c1c9b6387c854614d"
|
||||
dependencies = [
|
||||
"atty",
|
||||
"bitflags",
|
||||
@ -619,9 +619,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "clap_derive"
|
||||
version = "3.2.6"
|
||||
version = "3.2.7"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "ed6db9e867166a43a53f7199b5e4d1f522a1e5bd626654be263c999ce59df39a"
|
||||
checksum = "759bf187376e1afa7b85b959e6a664a3e7a95203415dba952ad19139e798f902"
|
||||
dependencies = [
|
||||
"heck",
|
||||
"proc-macro-error",
|
||||
|
@ -9,7 +9,7 @@ edition = "2021"
|
||||
actix = "0.13.0"
|
||||
actix-identity = "0.4.0"
|
||||
actix-web = "4"
|
||||
clap = { version = "3.2.6", features = ["derive", "env"] }
|
||||
clap = { version = "3.2.12", features = ["derive", "env"] }
|
||||
include_dir = "0.7.2"
|
||||
log = "0.4.17"
|
||||
serde_json = "1.0.82"
|
||||
|
Loading…
Reference in New Issue
Block a user