Skip to content

Commit 91c744d

Browse files
Update Rust crate insta to v1.43.2 (#11844)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent f3d3bf0 commit 91c744d

File tree

10 files changed

+11
-11
lines changed

10 files changed

+11
-11
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ crates_io_trustpub = { path = "crates/crates_io_trustpub", features = ["test-hel
153153
claims = "=0.8.0"
154154
diesel = { version = "=2.2.12", features = ["r2d2"] }
155155
googletest = "=0.14.2"
156-
insta = { version = "=1.43.1", features = ["glob", "json", "redactions"] }
156+
insta = { version = "=1.43.2", features = ["glob", "json", "redactions"] }
157157
jsonwebtoken = "=9.3.1"
158158
quoted_printable = "=0.5.1"
159159
regex = "=1.11.2"

crates/crates_io_cdn_logs/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ tracing = "=0.1.41"
2323
claims = "=0.8.0"
2424
clap = { version = "=4.5.47", features = ["derive"] }
2525
criterion = { version = "=0.7.0", features = ["async_tokio"] }
26-
insta = "=1.43.1"
26+
insta = "=1.43.2"
2727
tokio = { version = "=1.47.1", features = ["fs", "macros", "rt", "rt-multi-thread"] }
2828
tracing-subscriber = { version = "=0.3.20", features = ["env-filter"] }
2929

crates/crates_io_database/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@ utoipa = { version = "=5.4.0", features = ["chrono"] }
3131
claims = "=0.8.0"
3232
crates_io_test_db = { path = "../crates_io_test_db" }
3333
googletest = "=0.14.2"
34-
insta = { version = "=1.43.1", features = ["json"] }
34+
insta = { version = "=1.43.2", features = ["json"] }
3535
tokio = { version = "=1.47.1", features = ["macros", "rt"] }

crates/crates_io_database_dump/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@ zip = { version = "=4.6.1", default-features = false, features = ["deflate"] }
2424
crates_io_test_db = { path = "../crates_io_test_db" }
2525
diesel = "=2.2.12"
2626
diesel-async = { version = "=0.6.1", features = ["postgres"] }
27-
insta = { version = "=1.43.1", features = ["glob"] }
27+
insta = { version = "=1.43.2", features = ["glob"] }
2828
tokio = { version = "=1.47.1", features = ["macros", "rt"] }

crates/crates_io_index/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ url = "=2.5.7"
2929

3030
[dev-dependencies]
3131
claims = "=0.8.0"
32-
insta = "=1.43.1"
32+
insta = "=1.43.2"

crates/crates_io_markdown/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ htmlescape = "=0.3.1"
1919
url = "=2.5.7"
2020

2121
[dev-dependencies]
22-
insta = "=1.43.1"
22+
insta = "=1.43.2"

crates/crates_io_tarball/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ claims = "=0.8.0"
2929
clap = { version = "=4.5.47", features = ["derive", "unicode", "wrap_help"] }
3030
flate2 = { version = "=1.1.2" }
3131
indicatif = { version = "=0.18.0", features = ["rayon"] }
32-
insta = "=1.43.1"
32+
insta = "=1.43.2"
3333
rayon = "=1.11.0"
3434
tar = { version = "=0.4.44" }
3535
tracing-subscriber = { version = "=0.3.20", features = ["env-filter"] }

crates/crates_io_trustpub/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ tracing = "=0.1.41"
3131
[dev-dependencies]
3232
bon = "=3.7.2"
3333
claims = "=0.8.0"
34-
insta = { version = "=1.43.1", features = ["json", "redactions"] }
34+
insta = { version = "=1.43.2", features = ["json", "redactions"] }
3535
mockito = "=1.7.0"
3636
serde_json = "=1.0.143"
3737
tokio = { version = "=1.47.1", features = ["macros", "rt-multi-thread"] }

crates/crates_io_worker/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@ tracing = "=0.1.41"
2222
[dev-dependencies]
2323
claims = "=0.8.0"
2424
crates_io_test_db = { path = "../crates_io_test_db" }
25-
insta = { version = "=1.43.1", features = ["json"] }
25+
insta = { version = "=1.43.2", features = ["json"] }
2626
tokio = { version = "=1.47.1", features = ["macros", "sync"]}

0 commit comments

Comments
 (0)