diff --git a/Cargo.lock b/Cargo.lock index 916d2569bc0..a300c99eda7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -7032,9 +7032,9 @@ dependencies = [ [[package]] name = "smallbitvec" -version = "2.5.3" +version = "2.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fcc3fc564a4b53fd1e8589628efafe57602d91bde78be18186b5f61e8faea470" +checksum = "d31d263dd118560e1a492922182ab6ca6dc1d03a3bf54e7699993f31a4150e3f" [[package]] name = "smallvec" diff --git a/Cargo.toml b/Cargo.toml index 8548d4b83f7..cf04074d8b8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -124,7 +124,7 @@ servo-media-dummy = { git = "https://github.com/servo/media" } servo-media-gstreamer = { git = "https://github.com/servo/media" } servo_arc = { git = "https://github.com/servo/stylo", branch = "2025-02-03", features = ["servo"] } servo_atoms = { git = "https://github.com/servo/stylo", branch = "2025-02-03" } -smallbitvec = "2.5.3" +smallbitvec = "2.6.0" smallvec = "1.13" static_assertions = "1.1" string_cache = "0.8"