Skip to content

Commit

Permalink
fix(deps): update rust crate clap to v4.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zemnmez-renovate-bot authored and Zemnmez committed Feb 20, 2024
1 parent 18a85bd commit 0188216
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 19 deletions.
8 changes: 4 additions & 4 deletions Cargo.Bazel.lock
Original file line number Diff line number Diff line change
Expand Up @@ -113,19 +113,19 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"

[[package]]
name = "clap"
version = "4.5.0"
version = "4.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "80c21025abd42669a92efc996ef13cfb2c5c627858421ea58d5c3b331a6c134f"
checksum = "c918d541ef2913577a0f9566e9ce27cb35b6df072075769e0b26cb5a554520da"
dependencies = [
"clap_builder",
"clap_derive",
]

[[package]]
name = "clap_builder"
version = "4.5.0"
version = "4.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "458bf1f341769dfcf849846f65dffdf9146daa56bcd2a47cb4e1de9915567c99"
checksum = "9f3e7391dad68afb0c2ede1bf619f579a3dc9c2ec67f089baa397123a2f3d1eb"
dependencies = [
"anstream",
"anstyle",
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
clap = { version = "=4.5.0", features = ["derive"] }
clap = { version = "=4.5.1", features = ["derive"] }
swc_common = "=0.33.17"
sha2 = "=0.10.8"
hex = "=0.4.3"
Expand Down
28 changes: 14 additions & 14 deletions cargo-bazel-lock.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"checksum": "351e2890acea489a61d01d7eeb584370968b88159f50ca72b544ea68a19fa7f0",
"checksum": "32b3d4c7c4c0ee2ba867cc310aff2d0da1f499eb9e71629e133f11591a66b908",
"crates": {
"Inflector 0.11.4": {
"name": "Inflector",
Expand Down Expand Up @@ -597,14 +597,14 @@
],
"license_file": null
},
"clap 4.5.0": {
"clap 4.5.1": {
"name": "clap",
"version": "4.5.0",
"version": "4.5.1",
"package_url": "https://github.com/clap-rs/clap",
"repository": {
"Http": {
"url": "https://crates.io/api/v1/crates/clap/4.5.0/download",
"sha256": "80c21025abd42669a92efc996ef13cfb2c5c627858421ea58d5c3b331a6c134f"
"url": "https://crates.io/api/v1/crates/clap/4.5.1/download",
"sha256": "c918d541ef2913577a0f9566e9ce27cb35b6df072075769e0b26cb5a554520da"
}
},
"targets": [
Expand Down Expand Up @@ -639,7 +639,7 @@
"deps": {
"common": [
{
"id": "clap_builder 4.5.0",
"id": "clap_builder 4.5.1",
"target": "clap_builder"
}
],
Expand All @@ -655,7 +655,7 @@
],
"selects": {}
},
"version": "4.5.0"
"version": "4.5.1"
},
"license": "MIT OR Apache-2.0",
"license_ids": [
Expand All @@ -664,14 +664,14 @@
],
"license_file": null
},
"clap_builder 4.5.0": {
"clap_builder 4.5.1": {
"name": "clap_builder",
"version": "4.5.0",
"version": "4.5.1",
"package_url": "https://github.com/clap-rs/clap",
"repository": {
"Http": {
"url": "https://crates.io/api/v1/crates/clap_builder/4.5.0/download",
"sha256": "458bf1f341769dfcf849846f65dffdf9146daa56bcd2a47cb4e1de9915567c99"
"url": "https://crates.io/api/v1/crates/clap_builder/4.5.1/download",
"sha256": "9f3e7391dad68afb0c2ede1bf619f579a3dc9c2ec67f089baa397123a2f3d1eb"
}
},
"targets": [
Expand Down Expand Up @@ -723,7 +723,7 @@
"selects": {}
},
"edition": "2021",
"version": "4.5.0"
"version": "4.5.1"
},
"license": "MIT OR Apache-2.0",
"license_ids": [
Expand Down Expand Up @@ -1686,7 +1686,7 @@
"deps": {
"common": [
{
"id": "clap 4.5.0",
"id": "clap 4.5.1",
"target": "clap"
},
{
Expand Down Expand Up @@ -4920,7 +4920,7 @@
]
},
"direct_deps": [
"clap 4.5.0",
"clap 4.5.1",
"hex 0.4.3",
"serde_json 1.0.113",
"sha2 0.10.8",
Expand Down

0 comments on commit 0188216

Please sign in to comment.