diff --git a/Cargo.lock b/Cargo.lock index b1b7ef57..78dd46aa 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -287,9 +287,9 @@ checksum = "c8d4a3bb8b1e0c1050499d1815f5ab16d04f0959b233085fb31653fbfc9d98f9" [[package]] name = "clap_mangen" -version = "0.2.33" +version = "0.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7e30ffc187e2e3aeafcd1c6e2aa416e29739454c0ccaa419226d5ecd181f2d78" +checksum = "d82842b45bf9f6a3be090dd860095ac30728042c08e0d6261ca7259b5d850f07" dependencies = [ "clap", "roff", @@ -1320,7 +1320,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "32497e9a4c7b38532efcdebeef879707aa9f794296a4f0244f6f69e9bc8574bd" dependencies = [ "fastrand", - "getrandom 0.3.4", + "getrandom 0.4.2", "once_cell", "rustix", "windows-sys 0.61.2", diff --git a/Cargo.toml b/Cargo.toml index b05af895..33b30043 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -53,7 +53,7 @@ feat_common_core = [ chrono = "0.4" clap = { version = "4.4", features = ["wrap_help", "cargo"] } clap_complete = "4.4" -clap_mangen = "0.2" +clap_mangen = "0.3" dns-lookup = "3.0.0" errno = "0.3" libc = "0.2.171"