diff --git a/Cargo.lock b/Cargo.lock index d89dcd1b9cd91..f75df4b2862aa 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -11059,9 +11059,9 @@ dependencies = [ [[package]] name = "smallvec" -version = "1.12.0" +version = "1.13.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2593d31f82ead8df961d8bd23a64c2ccf2eb5dd34b0a34bfb4dd54011c72009e" +checksum = "e6ecd384b10a64542d77071bd64bd7b231f4ed5940fba55e98c3de13824cf3d7" dependencies = [ "serde", ] diff --git a/src/frontend/Cargo.toml b/src/frontend/Cargo.toml index 8963dab80abf1..3c9a1b62f94dc 100644 --- a/src/frontend/Cargo.toml +++ b/src/frontend/Cargo.toml @@ -71,7 +71,7 @@ rw_futures_util = { workspace = true } serde = { version = "1", features = ["derive"] } serde_json = "1" sha2 = "0.10.7" -smallvec = { version = "1.12.0", features = ["serde"] } +smallvec = { version = "1.13.1", features = ["serde"] } tempfile = "3" thiserror = "1" thiserror-ext = { workspace = true }