diff --git a/Cargo.lock b/Cargo.lock index 3680130..cda3556 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -306,7 +306,7 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "chezmoi_modify_manager" -version = "2.0.6" +version = "2.0.7" dependencies = [ "anyhow", "bpaf", @@ -406,16 +406,6 @@ dependencies = [ "typenum", ] -[[package]] -name = "ctor" -version = "0.1.26" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6d2301688392eb071b0bf1a37be05c469d3cc4dbbd95df672fe28ab021e6a096" -dependencies = [ - "quote", - "syn 1.0.109", -] - [[package]] name = "derivative" version = "2.2.0" @@ -1407,15 +1397,6 @@ dependencies = [ "syn 2.0.23", ] -[[package]] -name = "output_vt100" -version = "0.1.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "628223faebab4e3e40667ee0b2336d34a5b960ff60ea743ddfdbcf7770bcfb66" -dependencies = [ - "winapi", -] - [[package]] name = "parking" version = "2.1.0" @@ -1488,13 +1469,11 @@ checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de" [[package]] name = "pretty_assertions" -version = "1.3.0" +version = "1.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a25e9bcb20aa780fd0bb16b72403a9064d6b3f22f026946029acb941a50af755" +checksum = "af7cee1a6c8a5b9208b3cb1061f10c0cb689087b3d8ce85fb9d2dd7a29b6ba66" dependencies = [ - "ctor", "diff", - "output_vt100", "yansi", ] diff --git a/Cargo.toml b/Cargo.toml index 362689f..c26b2fe 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ keywords = ["ini", "config", "configuration", "chezmoi"] license = "GPL-3.0-only" name = "chezmoi_modify_manager" repository = "https://github.com/VorpalBlade/chezmoi_modify_manager" -version = "2.0.6" +version = "2.0.7" rust-version = "1.69.0" [features] @@ -55,4 +55,4 @@ thiserror = "1.0.41" winnow = "0.4.8" [dev-dependencies] -pretty_assertions = "1.3.0" +pretty_assertions = "1.4.0"