From c5375cf676f9013758c8a45f3658b0d3a367bad3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 17 Nov 2024 23:03:45 +0000 Subject: [PATCH] Update Rust crate mockall to v0.13.1 --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- crates/crates_io_github/Cargo.toml | 2 +- crates/crates_io_team_repo/Cargo.toml | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9c7d9f7c8fe..9a98b066bc5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3085,9 +3085,9 @@ dependencies = [ [[package]] name = "mockall" -version = "0.13.0" +version = "0.13.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d4c28b3fb6d753d28c20e826cd46ee611fda1cf3cde03a443a974043247c065a" +checksum = "39a6bfcc6c8c7eed5ee98b9c3e33adc726054389233e201c95dab2d41a3839d2" dependencies = [ "cfg-if", "downcast", @@ -3099,9 +3099,9 @@ dependencies = [ [[package]] name = "mockall_derive" -version = "0.13.0" +version = "0.13.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "341014e7f530314e9a1fdbc7400b244efea7122662c96bfa248c31da5bfb2020" +checksum = "25ca3004c2efe9011bd4e461bd8256445052b9615405b4f7ea43fc8ca5c20898" dependencies = [ "cfg-if", "proc-macro2", diff --git a/Cargo.toml b/Cargo.toml index 7cac3b27e77..a0f74034a9f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -90,7 +90,7 @@ json-subscriber = "=0.2.2" tikv-jemallocator = { version = "=0.6.0", features = ['unprefixed_malloc_on_supported_platforms', 'profiling'] } lettre = { version = "=0.11.10", default-features = false, features = ["file-transport", "smtp-transport", "hostname", "builder", "tokio1", "tokio1-native-tls"] } minijinja = "=2.5.0" -mockall = "=0.13.0" +mockall = "=0.13.1" native-tls = "=0.2.12" oauth2 = "=4.4.2" object_store = { version = "=0.11.1", features = ["aws"] } diff --git a/crates/crates_io_github/Cargo.toml b/crates/crates_io_github/Cargo.toml index ad2b263aea0..7f526e93231 100644 --- a/crates/crates_io_github/Cargo.toml +++ b/crates/crates_io_github/Cargo.toml @@ -13,7 +13,7 @@ mock = ["dep:mockall"] [dependencies] anyhow = "=1.0.93" async-trait = "=0.1.83" -mockall = { version = "=0.13.0", optional = true } +mockall = { version = "=0.13.1", optional = true } oauth2 = { version = "=4.4.2", default-features = false } reqwest = { version = "=0.12.9", features = ["json"] } serde = { version = "=1.0.215", features = ["derive"] } diff --git a/crates/crates_io_team_repo/Cargo.toml b/crates/crates_io_team_repo/Cargo.toml index 270e616f484..96511d6d776 100644 --- a/crates/crates_io_team_repo/Cargo.toml +++ b/crates/crates_io_team_repo/Cargo.toml @@ -13,7 +13,7 @@ mock = ["mockall"] [dependencies] anyhow = "=1.0.93" async-trait = "=0.1.83" -mockall = { version = "=0.13.0", optional = true } +mockall = { version = "=0.13.1", optional = true } reqwest = { version = "=0.12.9", features = ["gzip", "json"] } serde = { version = "=1.0.215", features = ["derive"] }