From e4b0bd8586b87195fa3a47ff8dcc36b42560d595 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jan 2024 06:01:26 +0000 Subject: [PATCH] deps: Bump smallvec from 1.13.0 to 1.13.1 (#468) Bumps [smallvec](https://github.com/servo/rust-smallvec) from 1.13.0 to 1.13.1. - [Release notes](https://github.com/servo/rust-smallvec/releases) - [Commits](https://github.com/servo/rust-smallvec/compare/v1.13.0...v1.13.1) --- updated-dependencies: - dependency-name: smallvec dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- ext/libp2p/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 49fbd45a..d904f536 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3715,9 +3715,9 @@ dependencies = [ [[package]] name = "smallvec" -version = "1.13.0" +version = "1.13.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3b187f0231d56fe41bfb12034819dd2bf336422a5866de41bc3fec4b2e3883e8" +checksum = "e6ecd384b10a64542d77071bd64bd7b231f4ed5940fba55e98c3de13824cf3d7" [[package]] name = "snow" diff --git a/ext/libp2p/Cargo.toml b/ext/libp2p/Cargo.toml index 1d834f50..c5c26ba4 100644 --- a/ext/libp2p/Cargo.toml +++ b/ext/libp2p/Cargo.toml @@ -15,7 +15,7 @@ path = "lib.rs" async-trait = "0.1.77" deno_core.workspace = true log.workspace = true -smallvec = "1.13.0" +smallvec = "1.13.1" tokio = { workspace = true, features = ["rt", "macros", "sync", "time"] } tokio-util = "0.7.10" either = "1.9.0"