From e135622ae71c16719c9045fc0136e03fcafeb456 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Jan 2024 20:40:30 +0000 Subject: [PATCH] dep: bump the deps group with 1 update Bumps the deps group with 1 update: [smallvec](https://github.com/servo/rust-smallvec). Updates `smallvec` from 1.12.0 to 1.13.0 - [Release notes](https://github.com/servo/rust-smallvec/releases) - [Commits](https://github.com/servo/rust-smallvec/compare/v1.12.0...v1.13.0) --- updated-dependencies: - dependency-name: smallvec dependency-type: direct:production update-type: version-update:semver-minor dependency-group: deps ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- crates/rsonpath-lib/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index dc883731..d1517413 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1082,9 +1082,9 @@ dependencies = [ [[package]] name = "smallvec" -version = "1.12.0" +version = "1.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2593d31f82ead8df961d8bd23a64c2ccf2eb5dd34b0a34bfb4dd54011c72009e" +checksum = "3b187f0231d56fe41bfb12034819dd2bf336422a5866de41bc3fec4b2e3883e8" [[package]] name = "snapbox" diff --git a/crates/rsonpath-lib/Cargo.toml b/crates/rsonpath-lib/Cargo.toml index 1987259e..ce60ec2c 100644 --- a/crates/rsonpath-lib/Cargo.toml +++ b/crates/rsonpath-lib/Cargo.toml @@ -33,7 +33,7 @@ log = "0.4.20" memmap2 = "0.9.3" nom = "7.1.3" rsonpath-syntax = { version = "0.2.0", path = "../rsonpath-syntax" } -smallvec = { version = "1.12.0", features = ["union"] } +smallvec = { version = "1.13.0", features = ["union"] } static_assertions = "1.1.0" thiserror = "1.0.56" vector-map = "1.0.1"