Skip to content

Commit

Permalink
[rust] Revert clap to previous version
Browse files Browse the repository at this point in the history
  • Loading branch information
bonigarcia committed Mar 15, 2024
1 parent fccae20 commit a1a5463
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion rust/Cargo.Bazel.lock
@@ -1,5 +1,5 @@
{
"checksum": "beb59fd2515c805087325f9fe24ebd5d96c275ce70990cf49dbde615349509de",
"checksum": "ff16ad539bf1c30f178150bacadebcd3cdf63a987cb640f9bad6048dcfca9c40",
"crates": {
"addr2line 0.19.0": {
"name": "addr2line",
Expand Down
2 changes: 1 addition & 1 deletion rust/Cargo.toml
Expand Up @@ -12,7 +12,7 @@ Selenium Manager is a CLI tool that automatically manages the browser/driver inf
"""

[dependencies]
clap = { version = "4.5.2", features = ["derive", "cargo"] }
clap = { version = "4.4.18", features = ["derive", "cargo"] }
log = "0.4.21"
env_logger = "0.10.1"
regex = "1.10.3"
Expand Down

0 comments on commit a1a5463

Please sign in to comment.