From a7408d8bc9ca2b6769afebbb0309784aa412585e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Jul 2023 19:37:56 +0000 Subject: [PATCH] cargo: bump smallvec from 1.10.0 to 1.11.0 Bumps [smallvec](https://github.com/servo/rust-smallvec) from 1.10.0 to 1.11.0. - [Release notes](https://github.com/servo/rust-smallvec/releases) - [Commits](https://github.com/servo/rust-smallvec/compare/v1.10.0...v1.11.0) --- updated-dependencies: - dependency-name: smallvec dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- lib/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 18a54c313..05c073044 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1769,9 +1769,9 @@ dependencies = [ [[package]] name = "smallvec" -version = "1.10.0" +version = "1.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a507befe795404456341dfab10cef66ead4c041f62b8b11bbb92bffe5d0953e0" +checksum = "62bb4feee49fdd9f707ef802e22365a35de4b7b299de4763d44bfea899442ff9" [[package]] name = "smawk" diff --git a/lib/Cargo.toml b/lib/Cargo.toml index a29c8e9e5..34718a746 100644 --- a/lib/Cargo.toml +++ b/lib/Cargo.toml @@ -40,7 +40,7 @@ rand = "0.8.5" rand_chacha = "0.3.1" regex = "1.9.0" serde_json = "1.0.100" -smallvec = { version = "1.10.0", features = ["const_generics", "const_new", "union"] } +smallvec = { version = "1.11.0", features = ["const_generics", "const_new", "union"] } strsim = "0.10.0" tempfile = "3.6.0" thiserror = "1.0.41"