diff --git a/core/tauri/Cargo.toml b/core/tauri/Cargo.toml index 99af5c61f..3a1ff29b5 100644 --- a/core/tauri/Cargo.toml +++ b/core/tauri/Cargo.toml @@ -60,7 +60,7 @@ bincode = "1.3" dirs-next = "2.0" percent-encoding = "2.1" base64 = { version = "0.13", optional = true } -clap = { version = "=3.0.4", optional = true } +clap = { version = "=3.0.6", optional = true } notify-rust = { version = "4.5", optional = true } reqwest = { version = "0.11", features = [ "json", "multipart" ], optional = true } bytes = { version = "1", features = [ "serde" ], optional = true }