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"