chore: bump quinn from 0.8.1 to 0.8.2

Bumps [quinn](https://github.com/quinn-rs/quinn) from 0.8.1 to 0.8.2.
- [Release notes](https://github.com/quinn-rs/quinn/releases)
- [Commits](https://github.com/quinn-rs/quinn/commits)

---
updated-dependencies:
- dependency-name: quinn
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2022-04-16 04:52:08 +00:00
committed by GitHub
parent 2dad5df523
commit e1b768df50
3 changed files with 7 additions and 7 deletions

8
Cargo.lock generated
View File

@ -177,9 +177,9 @@ dependencies = [
[[package]] [[package]]
name = "async-trait" name = "async-trait"
version = "0.1.52" version = "0.1.53"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "061a7acccaa286c011ddc30970520b98fa40e00c9d644633fb26b5fc63a265e3" checksum = "ed6aa3524a2dfcf9fe180c51eae2b58738348d819517ceadf95789c51fff7600"
dependencies = [ dependencies = [
"proc-macro2 1.0.32", "proc-macro2 1.0.32",
"quote 1.0.10", "quote 1.0.10",
@ -3315,9 +3315,9 @@ checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"
[[package]] [[package]]
name = "quinn" name = "quinn"
version = "0.8.1" version = "0.8.2"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "584865613896a1f644d757e52c45c573441c8b04cac38ac13990b0235203db66" checksum = "d147472bc9a09f13b06c044787b6683cdffa02e2865b7f0fb53d67c49ed2988e"
dependencies = [ dependencies = [
"bytes", "bytes",
"futures-channel", "futures-channel",

View File

@ -11,7 +11,7 @@ edition = "2021"
[dependencies] [dependencies]
async-mutex = "1.4.0" async-mutex = "1.4.0"
async-trait = "0.1.52" async-trait = "0.1.53"
base64 = "0.13.0" base64 = "0.13.0"
bincode = "1.3.3" bincode = "1.3.3"
bs58 = "0.4.0" bs58 = "0.4.0"
@ -26,7 +26,7 @@ jsonrpc-core = "18.0.0"
lazy_static = "1.4.0" lazy_static = "1.4.0"
log = "0.4.14" log = "0.4.14"
lru = "0.7.5" lru = "0.7.5"
quinn = "0.8.0" quinn = "0.8.2"
quinn-proto = "0.8.0" quinn-proto = "0.8.0"
rand = "0.7.0" rand = "0.7.0"
rand_chacha = "0.2.2" rand_chacha = "0.2.2"

View File

@ -19,7 +19,7 @@ log = "0.4.14"
nix = "0.23.1" nix = "0.23.1"
pem = "1.0.2" pem = "1.0.2"
pkcs8 = { version = "0.8.0", features = ["alloc"] } pkcs8 = { version = "0.8.0", features = ["alloc"] }
quinn = "0.8.1" quinn = "0.8.2"
rand = "0.7.0" rand = "0.7.0"
rcgen = "0.9.2" rcgen = "0.9.2"
rustls = { version = "0.20.4", features = ["dangerous_configuration"] } rustls = { version = "0.20.4", features = ["dangerous_configuration"] }