chore: bump raptorq from 1.6.3 to 1.6.4 (#18965)
Bumps [raptorq](https://github.com/cberner/raptorq) from 1.6.3 to 1.6.4. - [Release notes](https://github.com/cberner/raptorq/releases) - [Commits](https://github.com/cberner/raptorq/compare/v1.6.3...v1.6.4) --- updated-dependencies: - dependency-name: raptorq dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
0a2fac2b92
commit
1f788781dd
|
@ -3561,9 +3561,9 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "raptorq"
|
name = "raptorq"
|
||||||
version = "1.6.3"
|
version = "1.6.4"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "0713b99964ca1c1b7e79bf6f95fa95d2d5eb36cd3600cc85f36e9b78d9243df2"
|
checksum = "cd204b7464360edee359a86d04f16c2c4219eb6459423b9e84b818cb4342e9c3"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "rayon"
|
name = "rayon"
|
||||||
|
|
|
@ -38,7 +38,7 @@ num-traits = "0.2"
|
||||||
rand = "0.7.0"
|
rand = "0.7.0"
|
||||||
rand_chacha = "0.2.2"
|
rand_chacha = "0.2.2"
|
||||||
rand_core = "0.6.3"
|
rand_core = "0.6.3"
|
||||||
raptorq = "1.6.3"
|
raptorq = "1.6.4"
|
||||||
rayon = "1.5.1"
|
rayon = "1.5.1"
|
||||||
retain_mut = "0.1.3"
|
retain_mut = "0.1.3"
|
||||||
serde = "1.0.126"
|
serde = "1.0.126"
|
||||||
|
|
Loading…
Reference in New Issue