Skip to content

Commit ae69817

Browse files
Update Rust crate insta to v1.35.0 (#8157)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 17c131a commit ae69817

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
@@ -127,6 +127,6 @@ crates_io_tarball = { path = "crates_io_tarball", features = ["builder"] }
127127
crates_io_test_db = { path = "crates_io_test_db" }
128128
claims = "=0.7.1"
129129
googletest = "=0.11.0"
130-
insta = { version = "=1.34.0", features = ["json", "redactions"] }
130+
insta = { version = "=1.35.0", features = ["json", "redactions"] }
131131
regex = "=1.10.3"
132132
tokio = "=1.36.0"

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

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.34.0"
22+
insta = "=1.35.0"

0 commit comments

Comments
 (0)