From 4c4b5e3b7ea10facdcea5f519ad9cc1ecd0329e6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Jun 2025 22:09:41 +0000 Subject: [PATCH] Bump smallvec from 1.13.2 to 1.15.1 Bumps [smallvec](https://github.com/servo/rust-smallvec) from 1.13.2 to 1.15.1. - [Release notes](https://github.com/servo/rust-smallvec/releases) - [Commits](https://github.com/servo/rust-smallvec/compare/v1.13.2...v1.15.1) --- updated-dependencies: - dependency-name: smallvec dependency-version: 1.15.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- risc0/circuit/rv32im-v2/Cargo.toml | 2 +- risc0/circuit/rv32im/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0df00ea64..61a6a5ee5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5348,9 +5348,9 @@ dependencies = [ [[package]] name = "smallvec" -version = "1.13.2" +version = "1.15.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67" +checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03" [[package]] name = "socket2" diff --git a/risc0/circuit/rv32im-v2/Cargo.toml b/risc0/circuit/rv32im-v2/Cargo.toml index 232176e5b..863eefee2 100644 --- a/risc0/circuit/rv32im-v2/Cargo.toml +++ b/risc0/circuit/rv32im-v2/Cargo.toml @@ -46,7 +46,7 @@ rayon = { version = "1.5", optional = true } ringbuffer = { version = "0.15.0", optional = true } risc0-circuit-rv32im-v2-sys = { workspace = true, optional = true } risc0-sys = { workspace = true, optional = true } -smallvec = { version = "1.13", optional = true } +smallvec = { version = "1.15", optional = true } [dev-dependencies] clap = { version = "4.5", features = ["derive"] } diff --git a/risc0/circuit/rv32im/Cargo.toml b/risc0/circuit/rv32im/Cargo.toml index aafc388a1..bba80aa0e 100644 --- a/risc0/circuit/rv32im/Cargo.toml +++ b/risc0/circuit/rv32im/Cargo.toml @@ -17,7 +17,7 @@ serde = { version = "1.0", default-features = false, features = [ "derive", "alloc", ] } -smallvec = { version = "1.13", optional = true } +smallvec = { version = "1.15", optional = true } tracing = { version = "0.1", default-features = false, features = [ "attributes", ] }