diff --git a/Cargo.lock b/Cargo.lock index 5f742c8fa44ef5..b27a11f3083c76 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4352,9 +4352,9 @@ dependencies = [ [[package]] name = "raptorq" -version = "1.7.0" +version = "1.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "655b020bbf5c89791160a30f0d4706d8ec7aa5718d6a198f6df19c400e4f4470" +checksum = "6c9cf9270cc5903afdef387f06ef1cd89fb77f45c357c2a425bae78b839fd866" [[package]] name = "rayon" diff --git a/Cargo.toml b/Cargo.toml index 9d4df61a768384..3fe7cfb80c52a2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -277,7 +277,7 @@ quinn-proto = "0.10.6" quote = "1.0" rand = "0.8.5" rand_chacha = "0.3.1" -raptorq = "1.7.0" +raptorq = "1.8.0" rayon = "1.8.0" rcgen = "0.10.0" reed-solomon-erasure = "6.0.0"