Skip to content

Commit ce56575

Browse files
Update Rust crate insta to v1.44.0
1 parent fcfa349 commit ce56575

File tree

11 files changed

+16
-16
lines changed

11 files changed

+16
-16
lines changed

Cargo.lock

Lines changed: 6 additions & 6 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
@@ -162,7 +162,7 @@ crates_io_trustpub = { path = "crates/crates_io_trustpub", features = ["test-hel
162162
claims = "=0.8.0"
163163
diesel = { version = "=2.3.3", features = ["r2d2"] }
164164
googletest = "=0.14.2"
165-
insta = { version = "=1.43.2", features = ["glob", "json", "redactions"] }
165+
insta = { version = "=1.44.0", features = ["glob", "json", "redactions"] }
166166
jsonwebtoken = { version = "=10.2.0", features = ["aws_lc_rs"] }
167167
quoted_printable = "=0.5.1"
168168
regex = "=1.12.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.52", features = ["derive"] }
2525
criterion = { version = "=0.7.0", features = ["async_tokio"] }
26-
insta = "=1.43.2"
26+
insta = "=1.44.0"
2727
tokio = { version = "=1.48.0", 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.2", features = ["filters", "json"] }
34+
insta = { version = "=1.44.0", features = ["filters", "json"] }
3535
tokio = { version = "=1.48.0", features = ["macros", "rt"] }

crates/crates_io_database_dump/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@ zip = { version = "=6.0.0", default-features = false, features = ["deflate"] }
2525
crates_io_test_db = { path = "../crates_io_test_db" }
2626
diesel = "=2.3.3"
2727
diesel-async = { version = "=0.7.4", features = ["postgres"] }
28-
insta = { version = "=1.43.2", features = ["glob"] }
28+
insta = { version = "=1.44.0", features = ["glob"] }
2929
tokio = { version = "=1.48.0", features = ["macros", "rt"] }

crates/crates_io_index/Cargo.toml

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

3131
[dev-dependencies]
3232
claims = "=0.8.0"
33-
insta = "=1.43.2"
33+
insta = "=1.44.0"

crates/crates_io_linecount/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ tokei = "=13.0.0-alpha.9"
1414

1515
[dev-dependencies]
1616
claims = "=0.8.0"
17-
insta = { version = "=1.43.2", features = ["json"] }
17+
insta = { version = "=1.44.0", features = ["json"] }

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.2"
22+
insta = "=1.44.0"

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.52", features = ["derive", "unicode", "wrap_help"] }
3030
flate2 = { version = "=1.1.5" }
3131
indicatif = { version = "=0.18.3", features = ["rayon"] }
32-
insta = "=1.43.2"
32+
insta = "=1.44.0"
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
@@ -33,7 +33,7 @@ tracing = "=0.1.41"
3333
bon = "=3.8.1"
3434
claims = "=0.8.0"
3535
clap = { version = "=4.5.52", features = ["derive", "env", "unicode", "wrap_help"] }
36-
insta = { version = "=1.43.2", features = ["json", "redactions"] }
36+
insta = { version = "=1.44.0", features = ["json", "redactions"] }
3737
mockito = "=1.7.0"
3838
serde_json = "=1.0.145"
3939
tokio = { version = "=1.48.0", features = ["macros", "rt-multi-thread"] }

0 commit comments

Comments
 (0)