From 6d9c75dfad40014f15b1c7e939a96b2f5d1d563c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Oct 2023 11:39:03 +0000 Subject: [PATCH] build(deps): bump sharded-slab from 0.1.6 to 0.1.7 Bumps [sharded-slab](https://github.com/hawkw/sharded-slab) from 0.1.6 to 0.1.7. - [Release notes](https://github.com/hawkw/sharded-slab/releases) - [Changelog](https://github.com/hawkw/sharded-slab/blob/main/CHANGELOG.md) - [Commits](https://github.com/hawkw/sharded-slab/compare/v0.1.6...v0.1.7) --- updated-dependencies: - dependency-name: sharded-slab dependency-type: indirect update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b27c7e2c8e..b3df38ebbf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1824,9 +1824,9 @@ dependencies = [ [[package]] name = "sharded-slab" -version = "0.1.6" +version = "0.1.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c1b21f559e07218024e7e9f90f96f601825397de0e25420135f7f952453fed0b" +checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6" dependencies = [ "lazy_static", ]