Skip to content

Commit a1a5463

Browse files
committed
[rust] Revert clap to previous version
1 parent fccae20 commit a1a5463

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

rust/Cargo.Bazel.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"checksum": "beb59fd2515c805087325f9fe24ebd5d96c275ce70990cf49dbde615349509de",
2+
"checksum": "ff16ad539bf1c30f178150bacadebcd3cdf63a987cb640f9bad6048dcfca9c40",
33
"crates": {
44
"addr2line 0.19.0": {
55
"name": "addr2line",

rust/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Selenium Manager is a CLI tool that automatically manages the browser/driver inf
1212
"""
1313

1414
[dependencies]
15-
clap = { version = "4.5.2", features = ["derive", "cargo"] }
15+
clap = { version = "4.4.18", features = ["derive", "cargo"] }
1616
log = "0.4.21"
1717
env_logger = "0.10.1"
1818
regex = "1.10.3"

0 commit comments

Comments
 (0)