mirror of
https://github.com/google/comprehensive-rust.git
synced 2024-12-01 10:51:06 +02:00
cargo: bump the patch group with 1 update (#1722)
Bumps the patch group with 1 update: [clap](https://github.com/clap-rs/clap). Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
d7d3c9c6c1
commit
19c3d7f904
8
Cargo.lock
generated
8
Cargo.lock
generated
@ -257,18 +257,18 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "clap"
|
||||
version = "4.4.16"
|
||||
version = "4.4.18"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "58e54881c004cec7895b0068a0a954cd5d62da01aef83fa35b1e594497bf5445"
|
||||
checksum = "1e578d6ec4194633722ccf9544794b71b1385c3c027efe0c55db226fc880865c"
|
||||
dependencies = [
|
||||
"clap_builder",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "clap_builder"
|
||||
version = "4.4.16"
|
||||
version = "4.4.18"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "59cb82d7f531603d2fd1f507441cdd35184fa81beff7bd489570de7f773460bb"
|
||||
checksum = "4df4df40ec50c46000231c914968278b1eb05098cf8f1b3a518a95030e71d1c7"
|
||||
dependencies = [
|
||||
"anstream",
|
||||
"anstyle",
|
||||
|
@ -10,7 +10,7 @@ description = "An mdbook preprocessor for comprehensive-rust."
|
||||
|
||||
[dependencies]
|
||||
anyhow = "1.0.79"
|
||||
clap = "4.4.16"
|
||||
clap = "4.4.18"
|
||||
lazy_static = "1.4"
|
||||
log = "0.4.17"
|
||||
matter = "0.1.0-alpha4"
|
||||
|
Loading…
Reference in New Issue
Block a user