diff options
-rw-r--r-- | Cargo.lock | 4 | ||||
-rw-r--r-- | Cargo.toml | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock index 9456f12d03c..ee3c5dbad23 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -7089,9 +7089,9 @@ checksum = "d31d263dd118560e1a492922182ab6ca6dc1d03a3bf54e7699993f31a4150e3f" [[package]] name = "smallvec" -version = "1.14.0" +version = "1.15.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7fcf8323ef1faaee30a44a340193b1ac6814fd9b7b4e88e9d4519a3e4abe1cfd" +checksum = "8917285742e9f3e1683f0a9c4e6b57960b7314d0b08d30d1ecd426713ee2eee9" dependencies = [ "serde", ] diff --git a/Cargo.toml b/Cargo.toml index 9197e0e1162..9ed4ad4dda2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -127,7 +127,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-03-15" } smallbitvec = "2.6.0" -smallvec = "1.14" +smallvec = "1.15" static_assertions = "1.1" string_cache = "0.8" string_cache_codegen = "0.5" |