diff --git a/Cargo.lock b/Cargo.lock index 6ffe50e16ec..8548e31b468 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3343,9 +3343,9 @@ dependencies = [ [[package]] name = "insta" -version = "1.43.1" +version = "1.43.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "154934ea70c58054b556dd430b99a98c2a7ff5309ac9891597e339b5c28f4371" +checksum = "46fdb647ebde000f43b5b53f773c30cf9b0cb4300453208713fa38b2c70935a0" dependencies = [ "console 0.15.10", "globset", diff --git a/Cargo.toml b/Cargo.toml index 39726d8c440..59f83c9e0a3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -153,7 +153,7 @@ crates_io_trustpub = { path = "crates/crates_io_trustpub", features = ["test-hel claims = "=0.8.0" diesel = { version = "=2.2.12", features = ["r2d2"] } googletest = "=0.14.2" -insta = { version = "=1.43.1", features = ["glob", "json", "redactions"] } +insta = { version = "=1.43.2", features = ["glob", "json", "redactions"] } jsonwebtoken = "=9.3.1" quoted_printable = "=0.5.1" regex = "=1.11.2" diff --git a/crates/crates_io_cdn_logs/Cargo.toml b/crates/crates_io_cdn_logs/Cargo.toml index 5470bc6d0a4..bcd83d8686d 100644 --- a/crates/crates_io_cdn_logs/Cargo.toml +++ b/crates/crates_io_cdn_logs/Cargo.toml @@ -23,7 +23,7 @@ tracing = "=0.1.41" claims = "=0.8.0" clap = { version = "=4.5.47", features = ["derive"] } criterion = { version = "=0.7.0", features = ["async_tokio"] } -insta = "=1.43.1" +insta = "=1.43.2" tokio = { version = "=1.47.1", features = ["fs", "macros", "rt", "rt-multi-thread"] } tracing-subscriber = { version = "=0.3.20", features = ["env-filter"] } diff --git a/crates/crates_io_database/Cargo.toml b/crates/crates_io_database/Cargo.toml index 01c479e799f..04c86c754e8 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.43.1", features = ["json"] } +insta = { version = "=1.43.2", features = ["json"] } tokio = { version = "=1.47.1", features = ["macros", "rt"] } diff --git a/crates/crates_io_database_dump/Cargo.toml b/crates/crates_io_database_dump/Cargo.toml index d543b57cfc3..82d0989f5da 100644 --- a/crates/crates_io_database_dump/Cargo.toml +++ b/crates/crates_io_database_dump/Cargo.toml @@ -24,5 +24,5 @@ zip = { version = "=4.6.1", default-features = false, features = ["deflate"] } crates_io_test_db = { path = "../crates_io_test_db" } diesel = "=2.2.12" diesel-async = { version = "=0.6.1", features = ["postgres"] } -insta = { version = "=1.43.1", features = ["glob"] } +insta = { version = "=1.43.2", features = ["glob"] } tokio = { version = "=1.47.1", features = ["macros", "rt"] } diff --git a/crates/crates_io_index/Cargo.toml b/crates/crates_io_index/Cargo.toml index e62ea0d947a..2dcf52a4ab9 100644 --- a/crates/crates_io_index/Cargo.toml +++ b/crates/crates_io_index/Cargo.toml @@ -29,4 +29,4 @@ url = "=2.5.7" [dev-dependencies] claims = "=0.8.0" -insta = "=1.43.1" +insta = "=1.43.2" diff --git a/crates/crates_io_markdown/Cargo.toml b/crates/crates_io_markdown/Cargo.toml index a80e13d37b8..18d8995ef9e 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.43.1" +insta = "=1.43.2" diff --git a/crates/crates_io_tarball/Cargo.toml b/crates/crates_io_tarball/Cargo.toml index 01080986dd2..2aed65af94d 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.47", features = ["derive", "unicode", "wrap_help"] } flate2 = { version = "=1.1.2" } indicatif = { version = "=0.18.0", features = ["rayon"] } -insta = "=1.43.1" +insta = "=1.43.2" rayon = "=1.11.0" tar = { version = "=0.4.44" } tracing-subscriber = { version = "=0.3.20", features = ["env-filter"] } diff --git a/crates/crates_io_trustpub/Cargo.toml b/crates/crates_io_trustpub/Cargo.toml index 361545b0e7a..b18cc335e01 100644 --- a/crates/crates_io_trustpub/Cargo.toml +++ b/crates/crates_io_trustpub/Cargo.toml @@ -31,7 +31,7 @@ tracing = "=0.1.41" [dev-dependencies] bon = "=3.7.2" claims = "=0.8.0" -insta = { version = "=1.43.1", features = ["json", "redactions"] } +insta = { version = "=1.43.2", features = ["json", "redactions"] } mockito = "=1.7.0" serde_json = "=1.0.143" tokio = { version = "=1.47.1", features = ["macros", "rt-multi-thread"] } diff --git a/crates/crates_io_worker/Cargo.toml b/crates/crates_io_worker/Cargo.toml index 6ec42acf03a..83fc31bdaac 100644 --- a/crates/crates_io_worker/Cargo.toml +++ b/crates/crates_io_worker/Cargo.toml @@ -22,5 +22,5 @@ tracing = "=0.1.41" [dev-dependencies] claims = "=0.8.0" crates_io_test_db = { path = "../crates_io_test_db" } -insta = { version = "=1.43.1", features = ["json"] } +insta = { version = "=1.43.2", features = ["json"] } tokio = { version = "=1.47.1", features = ["macros", "sync"]}