Skip to content

Commit ba41e57

Browse files
Update Rust crate mockall to v0.13.1 (#9982)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 496858e commit ba41e57

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
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
@@ -90,7 +90,7 @@ json-subscriber = "=0.2.2"
9090
tikv-jemallocator = { version = "=0.6.0", features = ['unprefixed_malloc_on_supported_platforms', 'profiling'] }
9191
lettre = { version = "=0.11.10", default-features = false, features = ["file-transport", "smtp-transport", "hostname", "builder", "tokio1", "tokio1-native-tls"] }
9292
minijinja = "=2.5.0"
93-
mockall = "=0.13.0"
93+
mockall = "=0.13.1"
9494
native-tls = "=0.2.12"
9595
oauth2 = "=4.4.2"
9696
object_store = { version = "=0.11.1", features = ["aws"] }

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.93"
1515
async-trait = "=0.1.83"
16-
mockall = { version = "=0.13.0", optional = true }
16+
mockall = { version = "=0.13.1", optional = true }
1717
oauth2 = { version = "=4.4.2", default-features = false }
1818
reqwest = { version = "=0.12.9", features = ["json"] }
1919
serde = { version = "=1.0.215", 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.93"
1515
async-trait = "=0.1.83"
16-
mockall = { version = "=0.13.0", optional = true }
16+
mockall = { version = "=0.13.1", optional = true }
1717
reqwest = { version = "=0.12.9", features = ["gzip", "json"] }
1818
serde = { version = "=1.0.215", features = ["derive"] }
1919

0 commit comments

Comments
 (0)