diff --git a/Cargo.lock b/Cargo.lock index 1b348f38565..af8df18ad0d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3524,9 +3524,9 @@ dependencies = [ [[package]] name = "insta" -version = "1.44.1" +version = "1.44.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e8732d3774162a0851e3f2b150eb98f31a9885dd75985099421d393385a01dfd" +checksum = "b5c943d4415edd8153251b6f197de5eb1640e56d84e8d9159bea190421c73698" dependencies = [ "console 0.15.11", "globset", diff --git a/Cargo.toml b/Cargo.toml index 6538e4e8d5f..fef8cf3e010 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -159,7 +159,7 @@ crates_io_trustpub = { path = "crates/crates_io_trustpub", features = ["test-hel claims = "=0.8.0" diesel = { version = "=2.3.4", features = ["r2d2"] } googletest = "=0.14.2" -insta = { version = "=1.44.1", features = ["glob", "json", "redactions"] } +insta = { version = "=1.44.3", features = ["glob", "json", "redactions"] } jsonwebtoken = { version = "=10.2.0", features = ["aws_lc_rs"] } quoted_printable = "=0.5.1" regex = "=1.12.2" diff --git a/crates/crates_io_cdn_logs/Cargo.toml b/crates/crates_io_cdn_logs/Cargo.toml index a9e83c06653..77aa92ea594 100644 --- a/crates/crates_io_cdn_logs/Cargo.toml +++ b/crates/crates_io_cdn_logs/Cargo.toml @@ -23,7 +23,7 @@ tracing = "=0.1.42" claims = "=0.8.0" clap = { version = "=4.5.53", features = ["derive"] } criterion = { version = "=0.7.0", features = ["async_tokio"] } -insta = "=1.44.1" +insta = "=1.44.3" tokio = { version = "=1.48.0", features = ["fs", "macros", "rt", "rt-multi-thread"] } tracing-subscriber = { version = "=0.3.21", features = ["env-filter"] } diff --git a/crates/crates_io_database/Cargo.toml b/crates/crates_io_database/Cargo.toml index a6fc084bf66..776ff84a3b8 100644 --- a/crates/crates_io_database/Cargo.toml +++ b/crates/crates_io_database/Cargo.toml @@ -31,5 +31,5 @@ utoipa = { version = "=5.4.0", features = ["chrono"] } claims = "=0.8.0" crates_io_test_db = { path = "../crates_io_test_db" } googletest = "=0.14.2" -insta = { version = "=1.44.1", features = ["filters", "json"] } +insta = { version = "=1.44.3", features = ["filters", "json"] } tokio = { version = "=1.48.0", features = ["macros", "rt"] } diff --git a/crates/crates_io_database_dump/Cargo.toml b/crates/crates_io_database_dump/Cargo.toml index 586d9e022cf..f516a29f194 100644 --- a/crates/crates_io_database_dump/Cargo.toml +++ b/crates/crates_io_database_dump/Cargo.toml @@ -25,5 +25,5 @@ zip = { version = "=6.0.0", default-features = false, features = ["deflate"] } crates_io_test_db = { path = "../crates_io_test_db" } diesel = "=2.3.4" diesel-async = { version = "=0.7.4", features = ["postgres"] } -insta = { version = "=1.44.1", features = ["glob"] } +insta = { version = "=1.44.3", features = ["glob"] } tokio = { version = "=1.48.0", features = ["macros", "rt"] } diff --git a/crates/crates_io_index/Cargo.toml b/crates/crates_io_index/Cargo.toml index 0b394e1d19b..02a33f1810c 100644 --- a/crates/crates_io_index/Cargo.toml +++ b/crates/crates_io_index/Cargo.toml @@ -30,4 +30,4 @@ url = "=2.5.7" [dev-dependencies] claims = "=0.8.0" -insta = "=1.44.1" +insta = "=1.44.3" diff --git a/crates/crates_io_linecount/Cargo.toml b/crates/crates_io_linecount/Cargo.toml index 4555baeda8c..7c717172a47 100644 --- a/crates/crates_io_linecount/Cargo.toml +++ b/crates/crates_io_linecount/Cargo.toml @@ -14,4 +14,4 @@ tokei = "=13.0.0" [dev-dependencies] claims = "=0.8.0" -insta = { version = "=1.44.1", features = ["json"] } +insta = { version = "=1.44.3", features = ["json"] } diff --git a/crates/crates_io_markdown/Cargo.toml b/crates/crates_io_markdown/Cargo.toml index a25cd8960e8..e10c24b4e53 100644 --- a/crates/crates_io_markdown/Cargo.toml +++ b/crates/crates_io_markdown/Cargo.toml @@ -19,4 +19,4 @@ htmlescape = "=0.3.1" url = "=2.5.7" [dev-dependencies] -insta = "=1.44.1" +insta = "=1.44.3" diff --git a/crates/crates_io_tarball/Cargo.toml b/crates/crates_io_tarball/Cargo.toml index 59a68014652..d56e6504e1e 100644 --- a/crates/crates_io_tarball/Cargo.toml +++ b/crates/crates_io_tarball/Cargo.toml @@ -29,7 +29,7 @@ claims = "=0.8.0" clap = { version = "=4.5.53", features = ["derive", "unicode", "wrap_help"] } flate2 = { version = "=1.1.5" } indicatif = { version = "=0.18.3", features = ["rayon"] } -insta = "=1.44.1" +insta = "=1.44.3" rayon = "=1.11.0" tar = { version = "=0.4.44" } tracing-subscriber = { version = "=0.3.21", features = ["env-filter"] } diff --git a/crates/crates_io_trustpub/Cargo.toml b/crates/crates_io_trustpub/Cargo.toml index 4b5e1d3b008..158f71631d0 100644 --- a/crates/crates_io_trustpub/Cargo.toml +++ b/crates/crates_io_trustpub/Cargo.toml @@ -33,7 +33,7 @@ tracing = "=0.1.42" bon = "=3.8.1" claims = "=0.8.0" clap = { version = "=4.5.53", features = ["derive", "env", "unicode", "wrap_help"] } -insta = { version = "=1.44.1", features = ["json", "redactions"] } +insta = { version = "=1.44.3", features = ["json", "redactions"] } mockito = "=1.7.0" serde_json = "=1.0.145" tokio = { version = "=1.48.0", features = ["macros", "rt-multi-thread"] } diff --git a/crates/crates_io_worker/Cargo.toml b/crates/crates_io_worker/Cargo.toml index c62f10b38ca..d02f04d5485 100644 --- a/crates/crates_io_worker/Cargo.toml +++ b/crates/crates_io_worker/Cargo.toml @@ -22,5 +22,5 @@ tracing = "=0.1.42" [dev-dependencies] claims = "=0.8.0" crates_io_test_db = { path = "../crates_io_test_db" } -insta = { version = "=1.44.1", features = ["json"] } +insta = { version = "=1.44.3", features = ["json"] } tokio = { version = "=1.48.0", features = ["macros", "sync"]}