From 015412e6ff7948c63b7ef343742075a247d1a2de Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 19 Jun 2022 22:01:40 +0500 Subject: [PATCH] Update fake requirement from =2.4.1 to 2.5.0 (#2739) * Update fake requirement from =2.4.1 to =2.5.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) - [Commits](https://github.com/cksac/fake-rs/commits) --- updated-dependencies: - dependency-name: fake dependency-type: direct:production ... Signed-off-by: dependabot[bot] * Don't pin version Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Muhammad Hamza --- examples/keyed_list/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/keyed_list/Cargo.toml b/examples/keyed_list/Cargo.toml index 746925edabf..0d05c02af50 100644 --- a/examples/keyed_list/Cargo.toml +++ b/examples/keyed_list/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" license = "MIT OR Apache-2.0" [dependencies] -fake = "=2.4.1" +fake = "2.5.0" getrandom = { version = "0.2", features = ["js"] } instant = { version = "0.1", features = ["wasm-bindgen"] } log = "0.4"