diff --git a/Cargo.lock b/Cargo.lock index ad14c1aa..5c5f566f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2310,9 +2310,9 @@ checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" [[package]] name = "versions" -version = "4.0.0" +version = "4.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d5276c151793dde1cc57e08123f36f96e662a9f2532060c677612bf0e2c604d4" +checksum = "ee97e1d97bd593fb513912a07691b742361b3dd64ad56f2c694ea2dbfe0665d3" dependencies = [ "itertools", "nom 7.1.1", diff --git a/Cargo.toml b/Cargo.toml index a470023a..83c41440 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -78,7 +78,7 @@ toml_edit = "0.14.2" unicode-segmentation = "1.9.0" unicode-width = "0.1.9" urlencoding = "2.1.0" -versions = "4.0.0" +versions = "4.1.0" which = "4.2.5" yaml-rust = "0.4.5"