chore: bump raptorq from 1.6.4 to 1.6.5 (#23042)
Bumps [raptorq](https://github.com/cberner/raptorq) from 1.6.4 to 1.6.5. - [Release notes](https://github.com/cberner/raptorq/releases) - [Commits](https://github.com/cberner/raptorq/compare/v1.6.4...v1.6.5) --- 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
9e87eb5f71
commit
59e64d5e99
|
@ -3722,9 +3722,9 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "raptorq"
|
name = "raptorq"
|
||||||
version = "1.6.4"
|
version = "1.6.5"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "cd204b7464360edee359a86d04f16c2c4219eb6459423b9e84b818cb4342e9c3"
|
checksum = "5cb37e7b5c272e9d7d75d3ab9d4f3a028edfbb4e99a2f35ec887057ea51656ad"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "rayon"
|
name = "rayon"
|
||||||
|
|
|
@ -69,7 +69,7 @@ jsonrpc-core-client = { version = "18.0.0", features = ["ipc", "ws"] }
|
||||||
jsonrpc-derive = "18.0.0"
|
jsonrpc-derive = "18.0.0"
|
||||||
jsonrpc-pubsub = "18.0.0"
|
jsonrpc-pubsub = "18.0.0"
|
||||||
matches = "0.1.9"
|
matches = "0.1.9"
|
||||||
raptorq = "1.6.4"
|
raptorq = "1.6.5"
|
||||||
reqwest = { version = "0.11.6", default-features = false, features = ["blocking", "rustls-tls", "json"] }
|
reqwest = { version = "0.11.6", default-features = false, features = ["blocking", "rustls-tls", "json"] }
|
||||||
serde_json = "1.0.78"
|
serde_json = "1.0.78"
|
||||||
serial_test = "0.5.1"
|
serial_test = "0.5.1"
|
||||||
|
|
Loading…
Reference in New Issue