diff --git a/Cargo.toml b/Cargo.toml index 8ae7fb0c..6020ddc4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ async-trait = "0.1.74" base64 = "0.21.5" bb8 = "0.8.1" chrono = "0.4.31" -clap = { version = "4.4.8", features = ["derive", "string", "env"] } +clap = { version = "4.4.10", features = ["derive", "string", "env"] } config = { version = "0.13.3", features = ["toml"] } cookie = { version = "0.18.0" } crc32c = "0.6.4"