chore: bump quinn from 0.8.2 to 0.8.3 (#25542)
* chore: bump quinn from 0.8.2 to 0.8.3 Bumps [quinn](https://github.com/quinn-rs/quinn) from 0.8.2 to 0.8.3. - [Release notes](https://github.com/quinn-rs/quinn/releases) - [Commits](https://github.com/quinn-rs/quinn/compare/0.8.2...0.8.3) --- updated-dependencies: - dependency-name: quinn dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * [auto-commit] Update all Cargo lock files Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dependabot-buildkite <dependabot-buildkite@noreply.solana.com>
This commit is contained in:
parent
7384c41ea7
commit
0c3639706b
|
@ -3292,9 +3292,9 @@ checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"
|
|||
|
||||
[[package]]
|
||||
name = "quinn"
|
||||
version = "0.8.2"
|
||||
version = "0.8.3"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "d147472bc9a09f13b06c044787b6683cdffa02e2865b7f0fb53d67c49ed2988e"
|
||||
checksum = "d7542006acd6e057ff632307d219954c44048f818898da03113d6c0086bfddd9"
|
||||
dependencies = [
|
||||
"bytes",
|
||||
"futures-channel",
|
||||
|
@ -3311,9 +3311,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "quinn-proto"
|
||||
version = "0.8.2"
|
||||
version = "0.8.3"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "359c5eb33845f3ee05c229e65f87cdbc503eea394964b8f1330833d460b4ff3e"
|
||||
checksum = "3a13a5c0a674c1ce7150c9df7bc4a1e46c2fbbe7c710f56c0dc78b1a810e779e"
|
||||
dependencies = [
|
||||
"bytes",
|
||||
"fxhash",
|
||||
|
|
|
@ -27,7 +27,7 @@ jsonrpc-core = "18.0.0"
|
|||
lazy_static = "1.4.0"
|
||||
log = "0.4.17"
|
||||
lru = "0.7.5"
|
||||
quinn = "0.8.2"
|
||||
quinn = "0.8.3"
|
||||
quinn-proto = "0.8.2"
|
||||
rand = "0.7.0"
|
||||
rand_chacha = "0.2.2"
|
||||
|
|
|
@ -2948,9 +2948,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "quinn"
|
||||
version = "0.8.2"
|
||||
version = "0.8.3"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "d147472bc9a09f13b06c044787b6683cdffa02e2865b7f0fb53d67c49ed2988e"
|
||||
checksum = "d7542006acd6e057ff632307d219954c44048f818898da03113d6c0086bfddd9"
|
||||
dependencies = [
|
||||
"bytes",
|
||||
"futures-channel",
|
||||
|
@ -2967,9 +2967,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "quinn-proto"
|
||||
version = "0.8.2"
|
||||
version = "0.8.3"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "359c5eb33845f3ee05c229e65f87cdbc503eea394964b8f1330833d460b4ff3e"
|
||||
checksum = "3a13a5c0a674c1ce7150c9df7bc4a1e46c2fbbe7c710f56c0dc78b1a810e779e"
|
||||
dependencies = [
|
||||
"bytes",
|
||||
"fxhash",
|
||||
|
|
|
@ -19,7 +19,7 @@ log = "0.4.17"
|
|||
nix = "0.24.0"
|
||||
pem = "1.0.2"
|
||||
pkcs8 = { version = "0.8.0", features = ["alloc"] }
|
||||
quinn = "0.8.2"
|
||||
quinn = "0.8.3"
|
||||
rand = "0.7.0"
|
||||
rcgen = "0.9.2"
|
||||
rustls = { version = "0.20.6", features = ["dangerous_configuration"] }
|
||||
|
|
Loading…
Reference in New Issue