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"