From 7402878628c87863ffe14d5c245e6f7b132f818c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 May 2022 17:56:38 +0000 Subject: [PATCH] chore: bump raptorq from 1.6.5 to 1.7.0 (#25330) Bumps [raptorq](https://github.com/cberner/raptorq) from 1.6.5 to 1.7.0. - [Release notes](https://github.com/cberner/raptorq/releases) - [Commits](https://github.com/cberner/raptorq/compare/v1.6.5...v1.7.0) --- updated-dependencies: - dependency-name: raptorq dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- core/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9466809577..6045f07c60 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3476,9 +3476,9 @@ dependencies = [ [[package]] name = "raptorq" -version = "1.6.5" +version = "1.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5cb37e7b5c272e9d7d75d3ab9d4f3a028edfbb4e99a2f35ec887057ea51656ad" +checksum = "655b020bbf5c89791160a30f0d4706d8ec7aa5718d6a198f6df19c400e4f4470" [[package]] name = "rayon" diff --git a/core/Cargo.toml b/core/Cargo.toml index 22dd8d7f1e..ba241f2e0c 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -66,7 +66,7 @@ trees = "0.4.2" [dev-dependencies] matches = "0.1.9" -raptorq = "1.6.5" +raptorq = "1.7.0" reqwest = { version = "0.11.10", default-features = false, features = ["blocking", "rustls-tls", "json"] } serde_json = "1.0.81" serial_test = "0.6.0"