diff --git a/Cargo.lock b/Cargo.lock index 44d8239..d3bf1cc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -122,9 +122,9 @@ dependencies = [ [[package]] name = "clap" -version = "3.0.13" +version = "3.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "08799f92c961c7a1cf0cc398a9073da99e21ce388b46372c37f3191f2f3eed3e" +checksum = "e5f1fea81f183005ced9e59cdb01737ef2423956dac5a6d731b06b2ecfaa3467" dependencies = [ "atty", "bitflags", diff --git a/Cargo.toml b/Cargo.toml index e40c9c5..e3732ac 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ warp = {version = "0.3", default-features = false} tokio = {version = "1.17", features = ["macros", "io-util", "net", "time", "rt-multi-thread", "fs", "sync", "signal"]} binascii = "0.1" toml = "0.5" -clap = "3.0" +clap = "3.1" log = {version = "0.4", features = ["release_max_level_info"]} fern = "0.6" serde_json = "1.0"