chore: bump quinn from 0.8.0 to 0.8.1 (#23380)

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

---
updated-dependencies:
- dependency-name: quinn
  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:
dependabot[bot]
2022-02-28 15:50:58 -07:00
committed by GitHub
parent 6666f23c01
commit 6dfd1b9883
2 changed files with 3 additions and 3 deletions

View File

@ -17,7 +17,7 @@ itertools = "0.10.3"
libc = "0.2.117"
log = "0.4.14"
nix = "0.23.1"
quinn = "0.8.0"
quinn = "0.8.1"
rand = "0.7.0"
rcgen = "0.9.1"
rustls = { version = "0.20.4", features = ["dangerous_configuration"] }