From f6da7828b7ebc4ecfc3496c38f7ee2ae672a4ba2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Dec 2024 17:32:38 +0000 Subject: [PATCH] Bump fake from 3.0.1 to 3.1.0 Bumps [fake](https://github.com/cksac/fake-rs) from 3.0.1 to 3.1.0. - [Release notes](https://github.com/cksac/fake-rs/releases) - [Changelog](https://github.com/cksac/fake-rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/cksac/fake-rs/commits/v3.1.0) --- updated-dependencies: - dependency-name: fake dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index cf7d2fd..c2d11aa 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -443,9 +443,9 @@ dependencies = [ [[package]] name = "fake" -version = "3.0.1" +version = "3.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "661cb0601b5f4050d1e65452c5b0ea555c0b3e88fb5ed7855906adc6c42523ef" +checksum = "aef603df4ba9adbca6a332db7da6f614f21eafefbaf8e087844e452fdec152d0" dependencies = [ "deunicode", "rand", diff --git a/Cargo.toml b/Cargo.toml index a6837e0..4c530ef 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -40,7 +40,7 @@ num-traits = "0.2" test-log = "0.2" [dev-dependencies] -fake = "3.0.1" +fake = "3.1.0" [features] default = ["pyo3"]