From 6d374d8805766b46fab86f12ec85825041bf28c9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Mar 2024 23:48:52 +0000 Subject: [PATCH] build: Bump smallvec from 1.13.1 to 1.13.2 Bumps [smallvec](https://github.com/servo/rust-smallvec) from 1.13.1 to 1.13.2. - [Release notes](https://github.com/servo/rust-smallvec/releases) - [Commits](https://github.com/servo/rust-smallvec/compare/v1.13.1...v1.13.2) --- updated-dependencies: - dependency-name: smallvec dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- block/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 535ec9182..01fa6322f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2097,9 +2097,9 @@ dependencies = [ [[package]] name = "smallvec" -version = "1.13.1" +version = "1.13.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e6ecd384b10a64542d77071bd64bd7b231f4ed5940fba55e98c3de13824cf3d7" +checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67" [[package]] name = "socket2" diff --git a/block/Cargo.toml b/block/Cargo.toml index f93193324..b7b699d65 100644 --- a/block/Cargo.toml +++ b/block/Cargo.toml @@ -15,7 +15,7 @@ io-uring = { version = "0.6.2", optional = true } libc = "0.2.153" log = "0.4.20" remain = "0.2.11" -smallvec = "1.13.1" +smallvec = "1.13.2" thiserror = "1.0.52" uuid = { version = "1.3.4", features = ["v4"] } versionize = "0.2.0"