From 16c402ef48dd5342ad68112a8373a9c2b0818ca3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Dec 2023 10:02:13 +0000 Subject: [PATCH] build(deps): bump thin-vec from 0.2.12 to 0.2.13 (#30819) Bumps [thin-vec](https://github.com/gankra/thin-vec) from 0.2.12 to 0.2.13. - [Changelog](https://github.com/Gankra/thin-vec/blob/main/RELEASES.md) - [Commits](https://github.com/gankra/thin-vec/compare/v0.2.12...v0.2.13) --- updated-dependencies: - dependency-name: thin-vec 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 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"