chore: bump tokio from 1.6.1 to 1.7.1 (#18388)

* chore: bump tokio from 1.6.1 to 1.7.1

Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.6.1 to 1.7.1.
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.6.1...tokio-1.7.1)

---
updated-dependencies:
- dependency-name: tokio
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump in programs/bpf

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Tyera Eulberg <tyera@solana.com>
This commit is contained in:
dependabot[bot]
2021-07-03 00:35:51 +00:00
committed by GitHub
parent 216983c50e
commit a5ee16bbe5
2 changed files with 42 additions and 42 deletions

View File

@ -1145,7 +1145,7 @@ dependencies = [
"http",
"indexmap",
"slab",
"tokio 1.4.0",
"tokio 1.7.1",
"tokio-util",
"tracing",
]
@ -1298,7 +1298,7 @@ dependencies = [
"itoa",
"pin-project",
"socket2",
"tokio 1.4.0",
"tokio 1.7.1",
"tower-service",
"tracing",
"want",
@ -1314,7 +1314,7 @@ dependencies = [
"hyper",
"log",
"rustls",
"tokio 1.4.0",
"tokio 1.7.1",
"tokio-rustls",
"webpki",
]
@ -2356,7 +2356,7 @@ dependencies = [
"serde",
"serde_json",
"serde_urlencoded",
"tokio 1.4.0",
"tokio 1.7.1",
"tokio-rustls",
"url",
"wasm-bindgen",
@ -2738,7 +2738,7 @@ dependencies = [
"solana-program 1.8.0",
"solana-sdk",
"tarpc",
"tokio 1.4.0",
"tokio 1.7.1",
"tokio-serde",
]
@ -2765,7 +2765,7 @@ dependencies = [
"solana-runtime",
"solana-sdk",
"tarpc",
"tokio 1.4.0",
"tokio 1.7.1",
"tokio-serde",
"tokio-stream",
]
@ -3163,7 +3163,7 @@ dependencies = [
"solana-version",
"solana-vote-program",
"thiserror",
"tokio 1.4.0",
"tokio 1.7.1",
"tungstenite",
"url",
]
@ -3222,7 +3222,7 @@ dependencies = [
"solana-version",
"spl-memo",
"thiserror",
"tokio 1.4.0",
"tokio 1.7.1",
]
[[package]]
@ -3342,7 +3342,7 @@ dependencies = [
"solana-logger 1.8.0",
"solana-sdk",
"solana-version",
"tokio 1.4.0",
"tokio 1.7.1",
"url",
]
@ -3433,7 +3433,7 @@ dependencies = [
"solana-sdk",
"solana-vote-program",
"thiserror",
"tokio 1.4.0",
"tokio 1.7.1",
]
[[package]]
@ -3821,7 +3821,7 @@ dependencies = [
"static_assertions",
"tarpc-plugins",
"thiserror",
"tokio 1.4.0",
"tokio 1.7.1",
"tokio-serde",
"tokio-util",
"tracing",
@ -3979,9 +3979,9 @@ dependencies = [
[[package]]
name = "tokio"
version = "1.4.0"
version = "1.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "134af885d758d645f0f0505c9a8b3f9bf8a348fd822e112ab5248138348f1722"
checksum = "5fb2ed024293bb19f7a5dc54fe83bf86532a44c12a2bb8ba40d64a4509395ca2"
dependencies = [
"autocfg",
"bytes 1.0.1",
@ -4087,7 +4087,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bc6844de72e57df1980054b38be3a9f4702aba4858be64dd700181a8a6d0e1b6"
dependencies = [
"rustls",
"tokio 1.4.0",
"tokio 1.7.1",
"webpki",
]
@ -4114,7 +4114,7 @@ checksum = "f8864d706fdb3cc0843a49647ac892720dac98a6eeb818b77190592cf4994066"
dependencies = [
"futures-core",
"pin-project-lite 0.2.4",
"tokio 1.4.0",
"tokio 1.7.1",
]
[[package]]
@ -4215,7 +4215,7 @@ dependencies = [
"log",
"pin-project-lite 0.2.4",
"slab",
"tokio 1.4.0",
"tokio 1.7.1",
]
[[package]]