From 7e3424768991a1093bc057322a637adfc82da16e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Oct 2023 13:57:59 +0000 Subject: [PATCH] build(deps): bump caches from 0.2.4 to 0.2.6 Bumps [caches](https://github.com/al8n/caches-rs) from 0.2.4 to 0.2.6. - [Release notes](https://github.com/al8n/caches-rs/releases) - [Commits](https://github.com/al8n/caches-rs/commits) --- updated-dependencies: - dependency-name: caches dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7f46e7a..23112a1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -114,10 +114,11 @@ checksum = "a3e368af43e418a04d52505cf3dbc23dda4e3407ae2fa99fd0e4f308ce546acc" [[package]] name = "caches" -version = "0.2.4" +version = "0.2.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2c642c6090017af7cca02dc622f7abdd1d7d1b8a908078e3e31ed05b5a5bacc4" +checksum = "0eddae788a9b54886e2d3a318dbe116c6b6813dda8a813a7b136e0515c689e5a" dependencies = [ + "getrandom", "rand", ] @@ -376,8 +377,10 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "be4136b2a15dd319360be1c07d9933517ccf0be8f16bf62a3bee4f0d618df427" dependencies = [ "cfg-if", + "js-sys", "libc", "wasi", + "wasm-bindgen", ] [[package]]