From 4597aeae5f9b1d76d6af664afdbb72647908e907 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Mar 2024 16:56:57 +0000 Subject: [PATCH] build(deps): bump smallbitvec from 2.5.1 to 2.5.2 (#31674) Bumps [smallbitvec](https://github.com/servo/smallbitvec) from 2.5.1 to 2.5.2. - [Release notes](https://github.com/servo/smallbitvec/releases) - [Commits](https://github.com/servo/smallbitvec/compare/v2.5.1...v2.5.2) --- updated-dependencies: - dependency-name: smallbitvec 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 82aea7ca45f..413b4a92a35 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5604,9 +5604,9 @@ dependencies = [ [[package]] name = "smallbitvec" -version = "2.5.1" +version = "2.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "75ce4f9dc4a41b4c3476cc925f1efb11b66df373a8fde5d4b8915fa91b5d995e" +checksum = "89585d5125f6ba10f6aecf290219b36691ca293e9267f1c9575fae0e5cd9c620" [[package]] name = "smallvec" diff --git a/Cargo.toml b/Cargo.toml index 17e2aefb1d5..6d1b8761f30 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -97,7 +97,7 @@ servo-media-gstreamer = { git = "https://github.com/servo/media" } servo_arc = { git = "https://github.com/servo/stylo.git", branch = "2023-07-23" } servo_atoms = { git = "https://github.com/servo/stylo.git", branch = "2023-07-23" } size_of_test = { git = "https://github.com/servo/stylo.git", branch = "2023-07-23" } -smallbitvec = "2.3.0" +smallbitvec = "2.5.2" smallvec = "1.13" sparkle = "0.1.26" string_cache = "0.8"