Skip to content

Commit bb9c15c

Browse files
Update Rust crate regex to v1.12.1
1 parent 2d41789 commit bb9c15c

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

Cargo.lock

Lines changed: 4 additions & 4 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
@@ -157,7 +157,7 @@ googletest = "=0.14.2"
157157
insta = { version = "=1.43.2", features = ["glob", "json", "redactions"] }
158158
jsonwebtoken = "=9.3.1"
159159
quoted_printable = "=0.5.1"
160-
regex = "=1.11.3"
160+
regex = "=1.12.1"
161161
sentry = { version = "=0.45.0", features = ["test"] }
162162
tokio = "=1.47.1"
163163
zip = { version = "=6.0.0", default-features = false, features = ["deflate"] }

crates/crates_io_trustpub/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jsonwebtoken = "=9.3.1"
1919
mockall = { version = "=0.13.1", optional = true }
2020
rand = "=0.9.2"
2121
reqwest = { version = "=0.12.23", features = ["gzip", "json"] }
22-
regex = "=1.11.3"
22+
regex = "=1.12.1"
2323
secrecy = "=0.10.3"
2424
serde = { version = "=1.0.228", features = ["derive"] }
2525
serde_json = { version = "=1.0.145", optional = true }

0 commit comments

Comments
 (0)