Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ crates_io_trustpub = { path = "crates/crates_io_trustpub", features = ["test-hel
claims = "=0.8.0"
diesel = { version = "=2.3.3", features = ["r2d2"] }
googletest = "=0.14.2"
insta = { version = "=1.43.2", features = ["glob", "json", "redactions"] }
insta = { version = "=1.44.1", features = ["glob", "json", "redactions"] }
jsonwebtoken = { version = "=10.2.0", features = ["aws_lc_rs"] }
quoted_printable = "=0.5.1"
regex = "=1.12.2"
Expand Down
2 changes: 1 addition & 1 deletion crates/crates_io_cdn_logs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ tracing = "=0.1.41"
claims = "=0.8.0"
clap = { version = "=4.5.53", features = ["derive"] }
criterion = { version = "=0.7.0", features = ["async_tokio"] }
insta = "=1.43.2"
insta = "=1.44.1"
tokio = { version = "=1.48.0", features = ["fs", "macros", "rt", "rt-multi-thread"] }
tracing-subscriber = { version = "=0.3.20", features = ["env-filter"] }

Expand Down
2 changes: 1 addition & 1 deletion crates/crates_io_database/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ utoipa = { version = "=5.4.0", features = ["chrono"] }
claims = "=0.8.0"
crates_io_test_db = { path = "../crates_io_test_db" }
googletest = "=0.14.2"
insta = { version = "=1.43.2", features = ["filters", "json"] }
insta = { version = "=1.44.1", features = ["filters", "json"] }
tokio = { version = "=1.48.0", features = ["macros", "rt"] }
2 changes: 1 addition & 1 deletion crates/crates_io_database_dump/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ zip = { version = "=6.0.0", default-features = false, features = ["deflate"] }
crates_io_test_db = { path = "../crates_io_test_db" }
diesel = "=2.3.3"
diesel-async = { version = "=0.7.4", features = ["postgres"] }
insta = { version = "=1.43.2", features = ["glob"] }
insta = { version = "=1.44.1", features = ["glob"] }
tokio = { version = "=1.48.0", features = ["macros", "rt"] }
2 changes: 1 addition & 1 deletion crates/crates_io_index/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ url = "=2.5.7"

[dev-dependencies]
claims = "=0.8.0"
insta = "=1.43.2"
insta = "=1.44.1"
2 changes: 1 addition & 1 deletion crates/crates_io_linecount/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ tokei = "=13.0.0-alpha.9"

[dev-dependencies]
claims = "=0.8.0"
insta = { version = "=1.43.2", features = ["json"] }
insta = { version = "=1.44.1", features = ["json"] }
2 changes: 1 addition & 1 deletion crates/crates_io_markdown/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ htmlescape = "=0.3.1"
url = "=2.5.7"

[dev-dependencies]
insta = "=1.43.2"
insta = "=1.44.1"
2 changes: 1 addition & 1 deletion crates/crates_io_tarball/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ claims = "=0.8.0"
clap = { version = "=4.5.53", features = ["derive", "unicode", "wrap_help"] }
flate2 = { version = "=1.1.5" }
indicatif = { version = "=0.18.3", features = ["rayon"] }
insta = "=1.43.2"
insta = "=1.44.1"
rayon = "=1.11.0"
tar = { version = "=0.4.44" }
tracing-subscriber = { version = "=0.3.20", features = ["env-filter"] }
Expand Down
2 changes: 1 addition & 1 deletion crates/crates_io_trustpub/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ tracing = "=0.1.41"
bon = "=3.8.1"
claims = "=0.8.0"
clap = { version = "=4.5.53", features = ["derive", "env", "unicode", "wrap_help"] }
insta = { version = "=1.43.2", features = ["json", "redactions"] }
insta = { version = "=1.44.1", features = ["json", "redactions"] }
mockito = "=1.7.0"
serde_json = "=1.0.145"
tokio = { version = "=1.48.0", features = ["macros", "rt-multi-thread"] }
2 changes: 1 addition & 1 deletion crates/crates_io_worker/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ tracing = "=0.1.41"
[dev-dependencies]
claims = "=0.8.0"
crates_io_test_db = { path = "../crates_io_test_db" }
insta = { version = "=1.43.2", features = ["json"] }
insta = { version = "=1.44.1", features = ["json"] }
tokio = { version = "=1.48.0", features = ["macros", "sync"]}
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
source: src/controllers/trustpub/emails.rs
expression: rendered.body_text
---

Hello octocat!

You added a new "Trusted Publishing" configuration for GitHub Actions to your crate "my-crate". Trusted publishers act as trusted users and can publish new versions of the crate automatically.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
source: src/controllers/trustpub/emails.rs
expression: rendered.body_text
---

Hello team-member!

crates.io user octocat added a new "Trusted Publishing" configuration for GitHub Actions to a crate that you manage ("my-crate"). Trusted publishers act as trusted users and can publish new versions of the crate automatically.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
source: src/controllers/trustpub/emails.rs
expression: rendered.body_text
---

Hello octocat!

You added a new "Trusted Publishing" configuration for GitLab CI to your crate "my-crate". Trusted publishers act as trusted users and can publish new versions of the crate automatically.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
source: src/controllers/trustpub/emails.rs
expression: rendered.body_text
---

Hello octocat!

You added a new "Trusted Publishing" configuration for GitLab CI to your crate "my-crate". Trusted publishers act as trusted users and can publish new versions of the crate automatically.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
source: src/controllers/trustpub/emails.rs
expression: rendered.body_text
---

Hello octocat!

You added a new "Trusted Publishing" configuration for GitHub Actions to your crate "my-crate". Trusted publishers act as trusted users and can publish new versions of the crate automatically.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
source: src/controllers/trustpub/emails.rs
expression: rendered.body_text
---

Hello octocat!

You removed a "Trusted Publishing" configuration for GitHub Actions from your crate "my-crate".
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
source: src/controllers/trustpub/emails.rs
expression: rendered.body_text
---

Hello team-member!

crates.io user octocat removed a "Trusted Publishing" configuration for GitHub Actions from a crate that you manage ("my-crate").
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
source: src/controllers/trustpub/emails.rs
expression: rendered.body_text
---

Hello octocat!

You removed a "Trusted Publishing" configuration for GitLab CI from your crate "my-crate".
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
source: src/controllers/trustpub/emails.rs
expression: rendered.body_text
---

Hello octocat!

You removed a "Trusted Publishing" configuration for GitLab CI from your crate "my-crate".
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
source: src/controllers/trustpub/emails.rs
expression: rendered.body_text
---

Hello octocat!

You removed a "Trusted Publishing" configuration for GitHub Actions from your crate "my-crate".
Expand Down
1 change: 1 addition & 0 deletions src/email.rs
Original file line number Diff line number Diff line change
Expand Up @@ -267,6 +267,7 @@ mod tests {

let content = result.unwrap();
insta::assert_snapshot!(content, @r"

Hello testuser!

Welcome to crates.io. Please click the link below to verify your email address:
Expand Down