diff --git a/Cargo.lock b/Cargo.lock index 5b024a4..48c82e9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -449,9 +449,9 @@ dependencies = [ [[package]] name = "insta" -version = "1.38.0" +version = "1.39.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3eab73f58e59ca6526037208f0e98851159ec1633cf17b6cd2e1f2c3fd5d53cc" +checksum = "810ae6042d48e2c9e9215043563a58a80b877bc863228a74cf10c49d4620a6f5" dependencies = [ "console", "globset", diff --git a/Cargo.toml b/Cargo.toml index 3177cf2..4083923 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -41,4 +41,4 @@ simd = ["bytecount/runtime-dispatch-simd"] [dev-dependencies] ammonia = "4.0.0" criterion = "0.5.1" -insta = { version = "1.38.0", features = ["glob"] } +insta = { version = "1.39.0", features = ["glob"] }