diff --git a/Cargo.lock b/Cargo.lock index 210cdba..6e9a968 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -198,9 +198,9 @@ checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" [[package]] name = "insta" -version = "1.47.1" +version = "1.47.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "99322078b2c076829a1db959d49da554fabc4342257fc0ba5a070a1eb3a01cd8" +checksum = "7b4a6248eb93a4401ed2f37dfe8ea592d3cf05b7cf4f8efa867b6895af7e094e" dependencies = [ "console", "once_cell", diff --git a/crates/spellabet/Cargo.toml b/crates/spellabet/Cargo.toml index 373fc3e..9101f3f 100644 --- a/crates/spellabet/Cargo.toml +++ b/crates/spellabet/Cargo.toml @@ -31,4 +31,4 @@ tag = true convert_case = "0.11.0" [dev-dependencies] -insta = "1.47.1" +insta = "1.47.2"