fix(deps): update rust crate clap to 4.5.1

This commit is contained in:
renovate[bot] 2024-02-16 17:02:18 +00:00 committed by June
parent 45698e310a
commit f2d4e626c0
2 changed files with 5 additions and 5 deletions

View file

@ -89,7 +89,7 @@ hmac = "0.12.1"
sha-1 = "0.10.1"
sha2 = { version = "0.10.8" }
# used for conduit's CLI and admin room command parsing
clap = { version = "4.5.0", default-features = false, features = ["std", "derive", "help", "usage", "error-context"] }
clap = { version = "4.5.1", default-features = false, features = ["std", "derive", "help", "usage", "error-context"] }
futures-util = { version = "0.3.30", default-features = false }
# Used for reading the configuration from conduit.toml & environment variables
figment = { version = "0.10.14", features = ["env", "toml"] }