Skip to content

Commit d5e07c0

Browse files
Update Rust crate insta to v1.39.0 (#8652)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 6f1fde3 commit d5e07c0

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
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
@@ -129,6 +129,6 @@ crates_io_test_db = { path = "crates/crates_io_test_db" }
129129
claims = "=0.7.1"
130130
diesel = { version = "=2.1.6", features = ["r2d2"] }
131131
googletest = "=0.11.0"
132-
insta = { version = "=1.38.0", features = ["json", "redactions"] }
132+
insta = { version = "=1.39.0", features = ["json", "redactions"] }
133133
regex = "=1.10.4"
134134
tokio = "=1.37.0"

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.4", features = ["derive"] }
2525
criterion = { version = "=0.5.1", features = ["async_tokio"] }
26-
insta = "=1.38.0"
26+
insta = "=1.39.0"
2727
tokio = { version = "=1.37.0", features = ["fs", "macros", "rt", "rt-multi-thread"] }
2828
tracing-subscriber = { version = "=0.3.18", features = ["env-filter"] }
2929

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

2121
[dev-dependencies]
22-
insta = "=1.38.0"
22+
insta = "=1.39.0"

0 commit comments

Comments
 (0)