Update cargo

This commit is contained in:
Eric Huss
2021-12-06 20:33:00 -08:00
parent 0fb1c371d4
commit 4aceaedb5e
2 changed files with 4 additions and 4 deletions

View File

@@ -558,11 +558,11 @@ dependencies = [
[[package]]
name = "clap"
version = "2.33.3"
version = "2.34.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "37e58ac78573c40708d45522f0d80fa2f01cc4f9b4e2bf749807255454312002"
checksum = "a0610544180c38b88101fecf2dd634b174a62eef6946f84dfc6a7127512b381c"
dependencies = [
"ansi_term 0.11.0",
"ansi_term 0.12.1",
"atty",
"bitflags",
"strsim",