diff --git a/Cargo.lock b/Cargo.lock index 70077f5c..d69e60a4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1027,9 +1027,9 @@ dependencies = [ [[package]] name = "smallvec" -version = "1.11.0" +version = "1.11.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "62bb4feee49fdd9f707ef802e22365a35de4b7b299de4763d44bfea899442ff9" +checksum = "942b4a808e05215192e39f4ab80813e599068285906cc91aa64f923db842bd5a" [[package]] name = "snapbox" diff --git a/crates/rsonpath-lib/Cargo.toml b/crates/rsonpath-lib/Cargo.toml index fc7dc06d..69139e49 100644 --- a/crates/rsonpath-lib/Cargo.toml +++ b/crates/rsonpath-lib/Cargo.toml @@ -29,7 +29,7 @@ cfg-if = "1.0.0" log = "0.4.20" memmap2 = "0.7.1" nom = "7.1.3" -smallvec = { version = "1.11.0", features = ["union"] } +smallvec = { version = "1.11.1", features = ["union"] } static_assertions = "1.1.0" thiserror = "1.0.48" vector-map = "1.0.1"