diff --git a/Cargo.lock b/Cargo.lock index cf43aec4c..4d5adc5c1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -7659,9 +7659,9 @@ dependencies = [ [[package]] name = "smallvec" -version = "1.11.2" +version = "1.13.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4dccd0940a2dcdf68d092b8cbab7dc0ad8fa938bf95787e1b916b0e3d0e8e970" +checksum = "e6ecd384b10a64542d77071bd64bd7b231f4ed5940fba55e98c3de13824cf3d7" [[package]] name = "smol" diff --git a/Cargo.toml b/Cargo.toml index 6ae910461..2cd712cd2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -142,7 +142,7 @@ serde_json = "1.0.87" serde_qs = "0.10.1" serde_with = "2.1" sha2 = { version = "0.10", default-features = false } -smallvec = "1.10" +smallvec = "1.13" sqlx = { version = "0.7", features = ["sqlite", "runtime-tokio"] } ssh-key = { version = "0.5.1", default-features = false } ssi = { version = "0.7", features = ["ed25519"] }