From cad3e0ad3839021e71f6a9a94b1c90bf3310be35 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Feb 2025 03:25:42 +0000 Subject: [PATCH] Update fake requirement from 3.0.0 to 4.0.0 Updates the requirements on [fake](https://github.com/cksac/fake-rs) to permit the latest version. - [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) --- updated-dependencies: - dependency-name: fake dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- protocol/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 06cb49e4..c7115df6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -42,7 +42,7 @@ serde = { version = "1.0", features = ["derive"], optional = true } [dev-dependencies] tracing-subscriber = "0.3.1" -fake = { version = "3.0.0", features = ['derive'] } +fake = { version = "4.0.0", features = ['derive'] } chrono = "0.4.26" serde_json = "1.0" diff --git a/protocol/Cargo.toml b/protocol/Cargo.toml index 9db6284f..ca765756 100644 --- a/protocol/Cargo.toml +++ b/protocol/Cargo.toml @@ -19,6 +19,6 @@ num_enum = "0.7.0" derive_more = "0.99" [dev-dependencies] -fake = { version = "3.0", features=['derive', 'chrono','uuid']} +fake = { version = "4.0", features=['derive', 'chrono','uuid']} rand = "0.8" pretty_assertions = "1.2.0"