From f6c53d035e5c8d2c655c7c8b7ad82f7f341f6862 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Jul 2023 16:54:50 -0600 Subject: [PATCH] chore(deps): Bump roaring from 0.10.1 to 0.10.2 (#18079) 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 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e9ec2d4f6afca..7f97c393294e8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -7004,9 +7004,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/Cargo.toml b/Cargo.toml index 0b4b62439a88f..45c70bf1269b8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -305,7 +305,7 @@ rand_distr = { version = "0.4.3", default-features = false } rdkafka = { version = "0.33.2", default-features = false, features = ["tokio", "libz", "ssl", "zstd"], optional = true } redis = { version = "0.23.0", default-features = false, features = ["connection-manager", "tokio-comp", "tokio-native-tls-comp"], optional = true } regex = { version = "1.9.1", default-features = false, features = ["std", "perf"] } -roaring = { version = "0.10.1", default-features = false, optional = true } +roaring = { version = "0.10.2", default-features = false, optional = true } seahash = { version = "4.1.0", default-features = false } semver = { version = "1.0.18", default-features = false, features = ["serde", "std"], optional = true } smallvec = { version = "1", default-features = false, features = ["union", "serde"] }