Skip to content

Commit 2fd2162

Browse files
Update Rust crate insta to v1.41.0 (#9769)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 894038f commit 2fd2162

File tree

8 files changed

+9
-9
lines changed

8 files changed

+9
-9
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
@@ -127,7 +127,7 @@ crates_io_test_db = { path = "crates/crates_io_test_db" }
127127
claims = "=0.7.1"
128128
diesel = { version = "=2.2.4", features = ["r2d2"] }
129129
googletest = "=0.12.0"
130-
insta = { version = "=1.40.0", features = ["glob", "json", "redactions"] }
130+
insta = { version = "=1.41.0", features = ["glob", "json", "redactions"] }
131131
regex = "=1.11.1"
132132
tokio = "=1.41.0"
133133
zip = { version = "=2.2.0", default-features = false, features = ["deflate"] }

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.40"
2323
claims = "=0.7.1"
2424
clap = { version = "=4.5.20", features = ["derive"] }
2525
criterion = { version = "=0.5.1", features = ["async_tokio"] }
26-
insta = "=1.40.0"
26+
insta = "=1.41.0"
2727
tokio = { version = "=1.41.0", features = ["fs", "macros", "rt", "rt-multi-thread"] }
2828
tracing-subscriber = { version = "=0.3.18", features = ["env-filter"] }
2929

crates/crates_io_database_dump/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ zip = { version = "=2.2.0", default-features = false, features = ["deflate"] }
2323
[dev-dependencies]
2424
crates_io_test_db = { path = "../crates_io_test_db" }
2525
diesel = "=2.2.4"
26-
insta = { version = "=1.40.0", features = ["glob"] }
26+
insta = { version = "=1.41.0", features = ["glob"] }

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.2"
2929

3030
[dev-dependencies]
3131
claims = "=0.7.1"
32-
insta = "=1.40.0"
32+
insta = "=1.41.0"

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.2"
2020

2121
[dev-dependencies]
22-
insta = "=1.40.0"
22+
insta = "=1.41.0"

crates/crates_io_tarball/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ anyhow = "=1.0.91"
2424
claims = "=0.7.1"
2525
clap = { version = "=4.5.20", features = ["derive", "unicode", "wrap_help"] }
2626
indicatif = { version = "=0.17.8", features = ["rayon"] }
27-
insta = "=1.40.0"
27+
insta = "=1.41.0"
2828
rayon = "=1.10.0"
2929
tracing-subscriber = { version = "=0.3.18", features = ["env-filter"] }
3030
walkdir = "=2.5.0"

crates/crates_io_worker/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@ tracing = "=0.1.40"
2323
[dev-dependencies]
2424
claims = "=0.7.1"
2525
crates_io_test_db = { path = "../crates_io_test_db" }
26-
insta = { version = "=1.40.0", features = ["json"] }
26+
insta = { version = "=1.41.0", features = ["json"] }
2727
tokio = { version = "=1.41.0", features = ["macros", "rt", "rt-multi-thread", "sync"]}

0 commit comments

Comments
 (0)