diff --git a/Cargo.toml b/Cargo.toml index bf0b751..b35d099 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -clap = {version = "3.0.0-rc.4", features = [ "derive" ] } +clap = {version = "3.0.14", features = [ "derive" ] } rustc-hash = "1" regex = "1" handlegraph = "0.7.0-alpha.9"