diff --git a/Cargo.lock b/Cargo.lock index 6122ebb..6a8bde8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -560,12 +560,9 @@ dependencies = [ [[package]] name = "unicase" -version = "2.7.0" +version = "2.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f7d2d4dafb69621809a81864c9c1b864479e1235c0dd4e199924b9742439ed89" -dependencies = [ - "version_check", -] +checksum = "7e51b68083f157f853b6379db119d1c1be0e6e4dec98101079dec41f6f5cf6df" [[package]] name = "unicode-ident" @@ -573,12 +570,6 @@ version = "1.0.12" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b" -[[package]] -name = "version_check" -version = "0.9.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" - [[package]] name = "walkdir" version = "2.5.0" diff --git a/Cargo.toml b/Cargo.toml index 67e07ac..d3cffcd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ encoding_rs = "0.8.17" memchr = "2.7.4" nom = "7.0.0" flate2 = { version = "1.0.34", optional = true } -unicase = "2.7.0" +unicase = "2.8.0" [dev-dependencies] criterion = "0.5.1"