diff --git a/Cargo.lock b/Cargo.lock index 07e65e2..8c29db8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3379,9 +3379,12 @@ checksum = "703d5c7ef118737c72f1af64ad2f6f8c5e1921f818cdcb97b8fe6fc69bf66214" [[package]] name = "similar" -version = "2.7.0" +version = "3.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bbbb5d9659141646ae647b42fe094daf6c6192d1620870b449d9557f748b2daa" +checksum = "26d0b06eba54f0ca0770f970a3e89823e766ca638dd940f8469fa0fa50c75396" +dependencies = [ + "bstr", +] [[package]] name = "siphasher" diff --git a/Cargo.toml b/Cargo.toml index 930414c..820b2c9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -95,7 +95,7 @@ notify = "8" ignore = "0.4" # Diff -similar = "2.7" +similar = "3.0" # Regex for HTML parsing regex = "1"