Browse Source

Merge pull request #30 from juan-leon/dependabot/cargo/clap-3.2.25

build(deps): bump clap from 3.2.23 to 3.2.25
pull/31/head
juanleon lahoz 3 years ago committed by GitHub
parent
commit
9503fa9faa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      Cargo.lock

4
Cargo.lock generated

@ -111,9 +111,9 @@ dependencies = [
[[package]]
name = "clap"
version = "3.2.23"
version = "3.2.25"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "71655c45cb9845d3270c9d6df84ebe72b4dad3c2ba3f7023ad47c144e4e473a5"
checksum = "4ea181bf566f71cb9a5d17a59e1871af638180a18fb0035c92ae62b705207123"
dependencies = [
"atty",
"bitflags",

Loading…
Cancel
Save