diff --git a/Cargo.lock b/Cargo.lock index 876f845..d2d66ea 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -539,9 +539,9 @@ checksum = "7bd3e3206899af3f8b12af284fafc038cc1dc2b41d1b89dd17297221c5d225de" [[package]] name = "snapbox" -version = "0.4.14" +version = "0.4.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4b377c0b6e4715c116473d8e40d51e3fa5b0a2297ca9b2a931ba800667b259ed" +checksum = "c4f1976ee8fd1be27d5f72c98be0aac4397a882a4736935d47418a5fbbd12042" dependencies = [ "anstream", "anstyle", diff --git a/Cargo.toml b/Cargo.toml index aeddde9..fbeec84 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -48,7 +48,7 @@ rust-stemmers = "1.2.0" phf = "0.11" [dev-dependencies] -snapbox = { version = "0.4.14", features = ["path"] } +snapbox = { version = "0.4.15", features = ["path"] } phf_codegen = "0.11" rust-stemmers = "1.2.0" multimap = "0.9.1"