From ce024adcaef03407a93f5a80949344d6de42fd5d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Jan 2024 18:21:24 +0000 Subject: [PATCH] Bump smallvec from 1.11.1 to 1.13.1 Bumps [smallvec](https://github.com/servo/rust-smallvec) from 1.11.1 to 1.13.1. - [Release notes](https://github.com/servo/rust-smallvec/releases) - [Commits](https://github.com/servo/rust-smallvec/compare/v1.11.1...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 ++-- cl-aux/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 87bd9ab..9ffe59c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -246,9 +246,9 @@ dependencies = [ [[package]] name = "smallvec" -version = "1.11.1" +version = "1.13.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "942b4a808e05215192e39f4ab80813e599068285906cc91aa64f923db842bd5a" +checksum = "e6ecd384b10a64542d77071bd64bd7b231f4ed5940fba55e98c3de13824cf3d7" [[package]] name = "syn" diff --git a/cl-aux/Cargo.toml b/cl-aux/Cargo.toml index 0238b0f..a1be7be 100644 --- a/cl-aux/Cargo.toml +++ b/cl-aux/Cargo.toml @@ -1,7 +1,7 @@ [dependencies] arrayvec = { default-features = false, optional = true, version = "0.7" } serde = { default-features = false, optional = true, version = "1.0" } -smallvec = { default-features = false, optional = true, version = "1.0" } +smallvec = { default-features = false, optional = true, version = "1.13" } tinyvec = { default-features = false, optional = true, version = "1.0" } [features]