Skip to content

Commit 7f213a4

Browse files
Update Rust crate mockall to v0.14.0 (#12374)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 0d384b9 commit 7f213a4

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
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
@@ -110,7 +110,7 @@ indicatif = "=0.18.3"
110110
json-subscriber = "=0.2.6"
111111
lettre = { version = "=0.11.19", default-features = false, features = ["file-transport", "smtp-transport", "hostname", "builder", "tokio1", "tokio1-native-tls"] }
112112
minijinja = { version = "=2.12.0", features = ["loader"] }
113-
mockall = "=0.13.1"
113+
mockall = "=0.14.0"
114114
moka = { version = "=0.12.11", default-features = false, features = ["future"] }
115115
native-tls = "=0.2.14"
116116
oauth2 = "=5.0.0"

crates/crates_io_docs_rs/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ async-trait = "=0.1.89"
1616
crates_io_env_vars = { path = "../crates_io_env_vars" }
1717
crates_io_version = { path = "../crates_io_version" }
1818
http = "=1.3.1"
19-
mockall = { version = "=0.13.1", optional = true }
19+
mockall = { version = "=0.14.0", optional = true }
2020
reqwest = { version = "=0.12.24", features = ["json"] }
2121
serde = { version = "=1.0.228", features = ["derive"] }
2222
thiserror = "=2.0.17"

crates/crates_io_github/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ mock = ["dep:mockall"]
1313
[dependencies]
1414
anyhow = "=1.0.100"
1515
async-trait = "=0.1.89"
16-
mockall = { version = "=0.13.1", optional = true }
16+
mockall = { version = "=0.14.0", optional = true }
1717
oauth2 = { version = "=5.0.0", default-features = false }
1818
reqwest = { version = "=0.12.24", features = ["json"] }
1919
serde = { version = "=1.0.228", features = ["derive"] }

crates/crates_io_team_repo/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ mock = ["mockall"]
1313
[dependencies]
1414
anyhow = "=1.0.100"
1515
async-trait = "=0.1.89"
16-
mockall = { version = "=0.13.1", optional = true }
16+
mockall = { version = "=0.14.0", optional = true }
1717
reqwest = { version = "=0.12.24", features = ["gzip", "json"] }
1818
serde = { version = "=1.0.228", features = ["derive"] }
1919

crates/crates_io_trustpub/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ bon = { version = "=3.8.1", optional = true }
1717
chrono = { version = "=0.4.42", features = ["serde"] }
1818
crates_io_version = { path = "../crates_io_version" }
1919
jsonwebtoken = { version = "=10.2.0", features = ["aws_lc_rs"] }
20-
mockall = { version = "=0.13.1", optional = true }
20+
mockall = { version = "=0.14.0", optional = true }
2121
rand = "=0.9.2"
2222
reqwest = { version = "=0.12.24", features = ["gzip", "json"] }
2323
regex = "=1.12.2"

0 commit comments

Comments
 (0)