diff --git a/Cargo.lock b/Cargo.lock index 8ef918e9a58..a25d6878672 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -10872,9 +10872,9 @@ dependencies = [ [[package]] name = "roaring" -version = "0.11.3" +version = "0.11.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8ba9ce64a8f45d7fc86358410bb1a82e8c987504c0d4900e9141d69a9f26c885" +checksum = "1dedc5658c6ecb3bdb5ef5f3295bb9253f42dcf3fd1402c03f6b1f7659c3c4a9" dependencies = [ "bytemuck", "byteorder", diff --git a/Cargo.toml b/Cargo.toml index 82da3ce329b..c4380189cc6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -247,7 +247,7 @@ rmp-serde = "1.3.0" rmpv = "1.3.0" # Pin `roaring` exactly because the crate only supports the current stable # Rust and may start requiring newer compiler features in patch releases. -roaring = "=0.11.3" +roaring = "=0.11.4" rstest = "0.15" # Make sure this is the same rustls version used by the `tonic` crate. # See the `ensure_default_crypto_provider` function.