diff --git a/Cargo.lock b/Cargo.lock index d694eb8f93..f5840ef739 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2757,9 +2757,9 @@ checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d" [[package]] name = "smallvec" -version = "1.13.1" +version = "1.13.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e6ecd384b10a64542d77071bd64bd7b231f4ed5940fba55e98c3de13824cf3d7" +checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67" [[package]] name = "spin" diff --git a/Cargo.toml b/Cargo.toml index 4b24cd803a..23b4acdf10 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -88,7 +88,7 @@ serde_with = { version = "3.6.0", default-features = false, features = ["macros" shellexpand = { version = "3.0.0" } shlex = { version = "1.3.0" } similar = { version = "2.4.0", features = ["inline"] } -smallvec = { version = "1.13.1" } +smallvec = { version = "1.13.2" } static_assertions = "1.1.0" strum = { version = "0.25.0", features = ["strum_macros"] } strum_macros = { version = "0.25.3" }