diff --git a/Cargo.lock b/Cargo.lock index 96229437535..a9d90b0cf11 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6034,9 +6034,9 @@ checksum = "222a222a5bfe1bba4a77b45ec488a741b3cb8872e5e499451fd7d0129c9c7c3d" [[package]] name = "thin-vec" -version = "0.2.12" +version = "0.2.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "aac81b6fd6beb5884b0cf3321b8117e6e5d47ecb6fc89f414cfdcca8b2fe2dd8" +checksum = "a38c90d48152c236a3ab59271da4f4ae63d678c5d7ad6b7714d7cb9760be5e4b" [[package]] name = "thiserror" diff --git a/Cargo.toml b/Cargo.toml index 248607bb562..b869531aaec 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -91,7 +91,7 @@ style_traits = { path = "components/style_traits", features = ["servo"] } surfman = { version = "0.8", features = ["chains", "sm-angle", "sm-angle-default"] } syn = { version = "2", default-features = false, features = ["clone-impls", "derive", "parsing"] } synstructure = "0.13" -thin-vec = "0.2.1" +thin-vec = "0.2.13" time = "0.1.41" tokio = "1" tokio-rustls = "0.24"