From 341152b4c7e84380eddccde71c9a771816556fef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Feb 2024 23:03:42 +0000 Subject: [PATCH] build: Bump smallvec from 1.11.0 to 1.13.1 Bumps [smallvec](https://github.com/servo/rust-smallvec) from 1.11.0 to 1.13.1. - [Release notes](https://github.com/servo/rust-smallvec/releases) - [Commits](https://github.com/servo/rust-smallvec/compare/v1.11.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 ++-- block/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a9a35061a..f19bc89f9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2030,9 +2030,9 @@ dependencies = [ [[package]] name = "smallvec" -version = "1.11.0" +version = "1.13.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "62bb4feee49fdd9f707ef802e22365a35de4b7b299de4763d44bfea899442ff9" +checksum = "e6ecd384b10a64542d77071bd64bd7b231f4ed5940fba55e98c3de13824cf3d7" [[package]] name = "socket2" diff --git a/block/Cargo.toml b/block/Cargo.toml index 5dcea1549..f93193324 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.11.0" +smallvec = "1.13.1" thiserror = "1.0.52" uuid = { version = "1.3.4", features = ["v4"] } versionize = "0.2.0"