From 016d1aa5541c5f2954a44fe046c4b9d92f2f7732 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Jan 2024 18:57:51 +0000 Subject: [PATCH] chore(deps): Bump smallvec from 1.12.0 to 1.13.1 Bumps [smallvec](https://github.com/servo/rust-smallvec) from 1.12.0 to 1.13.1. - [Release notes](https://github.com/servo/rust-smallvec/releases) - [Commits](https://github.com/servo/rust-smallvec/compare/v1.12.0...v1.13.1) --- updated-dependencies: - dependency-name: smallvec dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- src/frontend/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d89dcd1b9cd91..f75df4b2862aa 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -11059,9 +11059,9 @@ dependencies = [ [[package]] name = "smallvec" -version = "1.12.0" +version = "1.13.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2593d31f82ead8df961d8bd23a64c2ccf2eb5dd34b0a34bfb4dd54011c72009e" +checksum = "e6ecd384b10a64542d77071bd64bd7b231f4ed5940fba55e98c3de13824cf3d7" dependencies = [ "serde", ] diff --git a/src/frontend/Cargo.toml b/src/frontend/Cargo.toml index 8963dab80abf1..3c9a1b62f94dc 100644 --- a/src/frontend/Cargo.toml +++ b/src/frontend/Cargo.toml @@ -71,7 +71,7 @@ rw_futures_util = { workspace = true } serde = { version = "1", features = ["derive"] } serde_json = "1" sha2 = "0.10.7" -smallvec = { version = "1.12.0", features = ["serde"] } +smallvec = { version = "1.13.1", features = ["serde"] } tempfile = "3" thiserror = "1" thiserror-ext = { workspace = true }