Skip to content

Commit 601c7f1

Browse files
Update Rust crate insta to v1.43.0 (#11067)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 8cab76d commit 601c7f1

File tree

9 files changed

+10
-18
lines changed

9 files changed

+10
-18
lines changed

Cargo.lock

+2-10
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ crates_io_test_db = { path = "crates/crates_io_test_db" }
145145
claims = "=0.8.0"
146146
diesel = { version = "=2.2.10", features = ["r2d2"] }
147147
googletest = "=0.14.0"
148-
insta = { version = "=1.42.2", features = ["glob", "json", "redactions"] }
148+
insta = { version = "=1.43.0", features = ["glob", "json", "redactions"] }
149149
regex = "=1.11.1"
150150
sentry = { version = "=0.37.0", features = ["test"] }
151151
tokio = "=1.44.2"

crates/crates_io_cdn_logs/Cargo.toml

+1-1
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.37", features = ["derive"] }
2525
criterion = { version = "=0.5.1", features = ["async_tokio"] }
26-
insta = "=1.42.2"
26+
insta = "=1.43.0"
2727
tokio = { version = "=1.44.2", features = ["fs", "macros", "rt", "rt-multi-thread"] }
2828
tracing-subscriber = { version = "=0.3.19", features = ["env-filter"] }
2929

crates/crates_io_database/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@ claims = "=0.8.0"
3232
crates_io_test_db = { path = "../crates_io_test_db" }
3333
diesel-async = { version = "=0.5.2", features = ["postgres"] }
3434
googletest = "=0.14.0"
35-
insta = "=1.42.2"
35+
insta = "=1.43.0"
3636
tokio = { version = "=1.44.2", features = ["macros", "rt"] }

crates/crates_io_database_dump/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@ zip = { version = "=2.6.1", default-features = false, features = ["deflate"] }
2424
crates_io_test_db = { path = "../crates_io_test_db" }
2525
diesel = "=2.2.10"
2626
diesel-async = { version = "=0.5.2", features = ["postgres"] }
27-
insta = { version = "=1.42.2", features = ["glob"] }
27+
insta = { version = "=1.43.0", features = ["glob"] }
2828
tokio = { version = "=1.44.2", features = ["macros", "rt"] }

crates/crates_io_index/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ url = "=2.5.4"
2929

3030
[dev-dependencies]
3131
claims = "=0.8.0"
32-
insta = "=1.42.2"
32+
insta = "=1.43.0"

crates/crates_io_markdown/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ htmlescape = "=0.3.1"
1919
url = "=2.5.4"
2020

2121
[dev-dependencies]
22-
insta = "=1.42.2"
22+
insta = "=1.43.0"

crates/crates_io_tarball/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ claims = "=0.8.0"
2929
clap = { version = "=4.5.37", features = ["derive", "unicode", "wrap_help"] }
3030
flate2 = { version = "=1.1.1" }
3131
indicatif = { version = "=0.17.11", features = ["rayon"] }
32-
insta = "=1.42.2"
32+
insta = "=1.43.0"
3333
rayon = "=1.10.0"
3434
tar = { version = "=0.4.44" }
3535
tracing-subscriber = { version = "=0.3.19", features = ["env-filter"] }

crates/crates_io_worker/Cargo.toml

+1-1
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.42.2", features = ["json"] }
25+
insta = { version = "=1.43.0", features = ["json"] }
2626
tokio = { version = "=1.44.2", features = ["macros", "sync"]}

0 commit comments

Comments
 (0)