From a8cd41aa6d8b9d519559033a9c669c81a2c5aa5b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jan 2024 10:36:24 +0000 Subject: [PATCH] build(deps): bump smallvec from 1.11.2 to 1.13.1 Bumps [smallvec](https://github.com/servo/rust-smallvec) from 1.11.2 to 1.13.1. - [Release notes](https://github.com/servo/rust-smallvec/releases) - [Commits](https://github.com/servo/rust-smallvec/compare/v1.11.2...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 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8cfe08d650..bd74166f9d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5499,9 +5499,9 @@ checksum = "9def91fd1e018fe007022791f865d0ccc9b3a0d5001e01aabb8b40e46000afb5" [[package]] name = "smallvec" -version = "1.11.2" +version = "1.13.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4dccd0940a2dcdf68d092b8cbab7dc0ad8fa938bf95787e1b916b0e3d0e8e970" +checksum = "e6ecd384b10a64542d77071bd64bd7b231f4ed5940fba55e98c3de13824cf3d7" [[package]] name = "smpl_jwt" diff --git a/Cargo.toml b/Cargo.toml index cbe9417387..7da4fde99a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -314,7 +314,7 @@ sha2 = "0.10.8" sha3 = "0.10.4" signal-hook = "0.3.17" siphasher = "0.3.11" -smallvec = "1.11.2" +smallvec = "1.13.1" smpl_jwt = "0.7.1" socket2 = "0.5.5" soketto = "0.7"