From 91e2817bc96e43773ddc1545cb2fef3a07f241fa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Oct 2024 17:28:21 +0000 Subject: [PATCH] build(deps): bump fake from 2.10.0 to 3.0.0 Bumps [fake](https://github.com/cksac/fake-rs) from 2.10.0 to 3.0.0. - [Commits](https://github.com/cksac/fake-rs/commits) --- updated-dependencies: - dependency-name: fake dependency-type: direct:production update-type: version-update:semver-major ... 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 fbbcfcb..7dd8919 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -443,9 +443,9 @@ dependencies = [ [[package]] name = "fake" -version = "2.10.0" +version = "3.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2d391ba4af7f1d93f01fcf7b2f29e2bc9348e109dfdbf4dcbdc51dfa38dab0b6" +checksum = "38bdb1a5a77008bd1208d3fccd90611d7bee8f6d3296175f69fb056747a220fb" dependencies = [ "deunicode", "rand", diff --git a/Cargo.toml b/Cargo.toml index 6a465bf..6cec2db 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -40,7 +40,7 @@ num-traits = "0.2" test-log = "0.2" [dev-dependencies] -fake = "2.10.0" +fake = "3.0.0" [features] default = ["pyo3"]