From 7ede0345833a4d10cc91b72a29aff311a6557597 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Jul 2023 04:59:28 +0000 Subject: [PATCH] deps: bump smallvec from 1.10.0 to 1.11.0 Bumps [smallvec](https://github.com/servo/rust-smallvec) from 1.10.0 to 1.11.0. - [Release notes](https://github.com/servo/rust-smallvec/releases) - [Commits](https://github.com/servo/rust-smallvec/compare/v1.10.0...v1.11.0) --- updated-dependencies: - dependency-name: smallvec dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- ext/libp2p/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index fef3b00a..bd8a1db0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4261,9 +4261,9 @@ dependencies = [ [[package]] name = "smallvec" -version = "1.10.0" +version = "1.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a507befe795404456341dfab10cef66ead4c041f62b8b11bbb92bffe5d0953e0" +checksum = "62bb4feee49fdd9f707ef802e22365a35de4b7b299de4763d44bfea899442ff9" [[package]] name = "snow" diff --git a/ext/libp2p/Cargo.toml b/ext/libp2p/Cargo.toml index ef20ea01..d7131288 100644 --- a/ext/libp2p/Cargo.toml +++ b/ext/libp2p/Cargo.toml @@ -15,7 +15,7 @@ path = "lib.rs" async-trait = "0.1.70" deno_core.workspace = true log.workspace = true -smallvec = "1.10.0" +smallvec = "1.11.0" tokio = { workspace = true, features = ["rt", "macros", "sync", "time"] } tokio-util = "0.7.8" either = "1.8.1"