diff --git a/Cargo.lock b/Cargo.lock index 8c62dc7..0c8045a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -127,9 +127,9 @@ dependencies = [ [[package]] name = "clap_mangen" -version = "0.1.2" +version = "0.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0649fb4156bbd7306896025005596033879a2051f9a3aa7416ab915df1f8fdac" +checksum = "900e313b78fbb118c46d130c1a979a1f4eab0d9a8f7f139975ff0c38063f431f" dependencies = [ "clap", "roff", diff --git a/Cargo.toml b/Cargo.toml index 614b7f0..ca47452 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ clap_complete = "3.1.1" colored = "2.0.0" discord-rich-presence = "0.2.0" ctrlc = "3.2.1" -clap_mangen = "0.1.2" +clap_mangen = "0.1.3" [dependencies.clap] version = "3.1.9"