From 446089edb4dc4faac47b552450ac0e0a5249f70c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Dec 2021 22:11:42 -0700 Subject: [PATCH] chore: bump retain_mut from 0.1.4 to 0.1.5 (#21599) Bumps [retain_mut](https://github.com/upsuper/retain_mut) from 0.1.4 to 0.1.5. - [Release notes](https://github.com/upsuper/retain_mut/releases) - [Commits](https://github.com/upsuper/retain_mut/compare/v0.1.4...v0.1.5) --- updated-dependencies: - dependency-name: retain_mut dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- core/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a4305500a..45a8ac183 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3691,9 +3691,9 @@ dependencies = [ [[package]] name = "retain_mut" -version = "0.1.4" +version = "0.1.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "448296241d034b96c11173591deaa1302f2c17b56092106c1f92c1bc0183a8c9" +checksum = "11000e6ba5020e53e7cc26f73b91ae7d5496b4977851479edb66b694c0675c21" [[package]] name = "ring" diff --git a/core/Cargo.toml b/core/Cargo.toml index f7eb803f6..05f1e3020 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -31,7 +31,7 @@ rand = "0.7.0" rand_chacha = "0.2.2" raptorq = "1.6.4" rayon = "1.5.1" -retain_mut = "0.1.4" +retain_mut = "0.1.5" serde = "1.0.130" serde_derive = "1.0.103" solana-accountsdb-plugin-manager = { path = "../accountsdb-plugin-manager", version = "=1.9.0" }