mirror of
https://github.com/deuxfleurs-org/garage.git
synced 2026-08-27 15:37:03 +00:00
Cargo.toml: Updated clap from 3.1.18 to 4.1.
This commit is contained in:
@@ -21,7 +21,7 @@ thiserror = "1.0"
|
||||
tokio = "1.24"
|
||||
|
||||
# cli deps
|
||||
clap = { version = "3.1.18", optional = true, features = ["derive", "env"] }
|
||||
clap = { version = "4.1", optional = true, features = ["derive", "env"] }
|
||||
garage_util = { version = "0.8.1", path = "../util", optional = true }
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user