diff --git a/Cargo.lock b/Cargo.lock index d6499de6ed7..901cf76615c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1474,9 +1474,9 @@ dependencies = [ [[package]] name = "insta" -version = "1.26.0" +version = "1.28.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f6f0f08b46e4379744de2ab67aa8f7de3ffd1da3e275adc41fcc82053ede46ff" +checksum = "fea5b3894afe466b4bcf0388630fc15e11938a6074af0cd637c825ba2ec8a099" dependencies = [ "console", "lazy_static", diff --git a/Cargo.toml b/Cargo.toml index 180447bcfba..d9bfafc11ad 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -85,7 +85,7 @@ url = "=2.3.1" cargo-registry-index = { path = "cargo-registry-index", features = ["testing"] } claims = "=0.7.1" hyper-tls = "=0.5.0" -insta = { version = "=1.26.0", features = ["redactions", "yaml"] } +insta = { version = "=1.28.0", features = ["redactions", "yaml"] } tokio = "=1.25.0" tower-service = "=0.3.2"