From 76f6b7883525474980de9ace7e891996d5f8df06 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 28 Oct 2023 00:19:52 +0000 Subject: [PATCH] chore(deps): bump smallvec from 1.10.0 to 1.11.1 Bumps [smallvec](https://github.com/servo/rust-smallvec) from 1.10.0 to 1.11.1. - [Release notes](https://github.com/servo/rust-smallvec/releases) - [Commits](https://github.com/servo/rust-smallvec/compare/v1.10.0...v1.11.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 69a4b993..16fcce19 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4764,9 +4764,9 @@ dependencies = [ [[package]] name = "smallvec" -version = "1.10.0" +version = "1.11.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a507befe795404456341dfab10cef66ead4c041f62b8b11bbb92bffe5d0953e0" +checksum = "942b4a808e05215192e39f4ab80813e599068285906cc91aa64f923db842bd5a" [[package]] name = "smithay-client-toolkit" diff --git a/Cargo.toml b/Cargo.toml index fd078f42..c56e6bdd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -54,7 +54,7 @@ regex = "1.7.0" reqwest = { version = "0.11", features = ["blocking", "json", "socks"] } serde = "1.0" serde_json = "1.0" -smallvec = "1.10.0" +smallvec = "1.11.1" strum = "0.21.0" # follow same version as system-deps in lockfile strum_macros = "0.21.1" # ditto tar = "0.4"