From 665873dc6b3f8337a7787ba8fe6cd91685364802 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jan 2024 23:04:30 +0000 Subject: [PATCH] chore(deps): bump smallvec from 1.11.2 to 1.13.1 Bumps [smallvec](https://github.com/servo/rust-smallvec) from 1.11.2 to 1.13.1. - [Release notes](https://github.com/servo/rust-smallvec/releases) - [Commits](https://github.com/servo/rust-smallvec/compare/v1.11.2...v1.13.1) --- updated-dependencies: - dependency-name: smallvec dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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"] }