diff --git a/Cargo.lock b/Cargo.lock index d7be4b5..f46f3cc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -123,9 +123,9 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "clap" -version = "3.2.11" +version = "3.2.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d646c7ade5eb07c4aa20e907a922750df0c448892513714fd3e4acbc7130829f" +checksum = "ac2bd7a1eb07da9ac757c923f69373deb7bc2ba5efc951b873bcb5e693992dca" dependencies = [ "atty", "bitflags", diff --git a/Cargo.toml b/Cargo.toml index d19c784..f8f4454 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,7 @@ libloading = "0.7.3" simplelog = "0.12.0" tokio-tungstenite = "0.17.2" tungstenite = "0.17.3" -clap = { version = "3.2.11", features = ["derive"] } +clap = { version = "3.2.13", features = ["derive"] } futures-util = { version = "0.3", default-features = false, features = ["sink", "std"] } log = { version = "0.4.17", features = ["release_max_level_info", "max_level_debug"] } tokio = { version = "1.19.2", features = ["rt-multi-thread", "macros", "net"] }