From 89e36f60f4f8f699094e2c0606e66c74b955ed0b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Mar 2024 21:59:25 +0800 Subject: [PATCH] build(deps): bump raptorq from 1.8.0 to 1.8.1 (#222) Bumps [raptorq](https://github.com/cberner/raptorq) from 1.8.0 to 1.8.1. - [Release notes](https://github.com/cberner/raptorq/releases) - [Commits](https://github.com/cberner/raptorq/compare/v1.8.0...v1.8.1) --- updated-dependencies: - dependency-name: raptorq 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 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 756a4682072781..7efd8dae0a358a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4270,9 +4270,9 @@ dependencies = [ [[package]] name = "raptorq" -version = "1.8.0" +version = "1.8.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6c9cf9270cc5903afdef387f06ef1cd89fb77f45c357c2a425bae78b839fd866" +checksum = "7cc8cd0bcb2d520fff368264b5a6295e064c60955349517d09b14473afae4856" [[package]] name = "rayon" diff --git a/Cargo.toml b/Cargo.toml index 8a751ca9770a59..dbf750124093ce 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -278,7 +278,7 @@ quinn-proto = "0.10.6" quote = "1.0" rand = "0.8.5" rand_chacha = "0.3.1" -raptorq = "1.8.0" +raptorq = "1.8.1" rayon = "1.9.0" reed-solomon-erasure = "6.0.0" regex = "1.10.3"