From 1316d9aaa6826f0ae429fdb07243ed210eb50323 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Oct 2023 02:17:30 +0000 Subject: [PATCH] Bump roaring from 0.10.1 to 0.10.2 (#2169) Bumps [roaring](https://github.com/RoaringBitmap/roaring-rs) from 0.10.1 to 0.10.2. - [Release notes](https://github.com/RoaringBitmap/roaring-rs/releases) - [Commits](https://github.com/RoaringBitmap/roaring-rs/compare/v0.10.1...v0.10.2) --- updated-dependencies: - dependency-name: roaring 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 ++-- dozer-cache/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index fef68ab059..a906ba59b6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6842,9 +6842,9 @@ dependencies = [ [[package]] name = "roaring" -version = "0.10.1" +version = "0.10.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ef0fb5e826a8bde011ecae6a8539dd333884335c57ff0f003fbe27c25bbe8f71" +checksum = "6106b5cf8587f5834158895e9715a3c6c9716c8aefab57f1f7680917191c7873" dependencies = [ "bytemuck", "byteorder", diff --git a/dozer-cache/Cargo.toml b/dozer-cache/Cargo.toml index 6cf2211ec9..2aa1c7079b 100644 --- a/dozer-cache/Cargo.toml +++ b/dozer-cache/Cargo.toml @@ -17,7 +17,7 @@ tempdir = "0.3.7" futures = "0.3.28" unicode-segmentation = "1.10.1" itertools = "0.10.5" -roaring = "0.10.1" +roaring = "0.10.2" uuid = { version = "1.3.0", features = ["v4"] } rayon = "1.7.0" ahash = "0.8.3"