From afcaaf018420e6a0be027970a4f3d93c9b3061cb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Nov 2024 17:17:51 +0000 Subject: [PATCH] build(deps): bump fake from 3.0.0 to 3.0.1 Bumps [fake](https://github.com/cksac/fake-rs) from 3.0.0 to 3.0.1. - [Commits](https://github.com/cksac/fake-rs/commits) --- updated-dependencies: - dependency-name: fake dependency-type: direct:production update-type: version-update:semver-patch ... 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 c43a422..a3d74f5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -443,9 +443,9 @@ dependencies = [ [[package]] name = "fake" -version = "3.0.0" +version = "3.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "38bdb1a5a77008bd1208d3fccd90611d7bee8f6d3296175f69fb056747a220fb" +checksum = "661cb0601b5f4050d1e65452c5b0ea555c0b3e88fb5ed7855906adc6c42523ef" dependencies = [ "deunicode", "rand", diff --git a/Cargo.toml b/Cargo.toml index d19e6eb..4340217 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -40,7 +40,7 @@ num-traits = "0.2" test-log = "0.2" [dev-dependencies] -fake = "3.0.0" +fake = "3.0.1" [features] default = ["pyo3"]