diff --git a/Cargo.lock b/Cargo.lock index 68a4f15..d797141 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -123,9 +123,9 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "clap" -version = "3.2.7" +version = "3.2.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5b7b16274bb247b45177db843202209b12191b631a14a9d06e41b3777d6ecf14" +checksum = "190814073e85d238f31ff738fcb0bf6910cedeb73376c87cd69291028966fd83" dependencies = [ "atty", "bitflags", diff --git a/Cargo.toml b/Cargo.toml index 0b8b4c4..e0faa01 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,7 @@ libloading = "0.7.3" simplelog = "0.12.0" tokio-tungstenite = "0.17.1" tungstenite = "0.17.2" -clap = { version = "3.2.7", features = ["derive"] } +clap = { version = "3.2.8", 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"] }