From 29508435b61bbd47ad04645dc62450ab9eb72130 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 19 Jun 2022 13:48:11 +0000 Subject: [PATCH 1/2] 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] --- 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..35b70053a6f 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" From bd101af13d526f5655cadc1a40862300f1d764d6 Mon Sep 17 00:00:00 2001 From: Muhammad Hamza Date: Sun, 19 Jun 2022 21:56:51 +0500 Subject: [PATCH 2/2] Don't pin version --- 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 35b70053a6f..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.5.0" +fake = "2.5.0" getrandom = { version = "0.2", features = ["js"] } instant = { version = "0.1", features = ["wasm-bindgen"] } log = "0.4"