Bump tokio from 0.3.2 to 0.3.3 (#785)

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

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] 2020-11-03 12:25:20 +00:00 committed by GitHub
parent 12b2ade164
commit 0296ed776d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 13 additions and 13 deletions

26
Cargo.lock generated
View File

@ -684,13 +684,12 @@ dependencies = [
[[package]]
name = "curve25519-dalek"
version = "2.1.0"
source = "git+https://github.com/garious/curve25519-dalek?rev=60efef3553d6bf3d7f3b09b5f97acd54d72529ff#60efef3553d6bf3d7f3b09b5f97acd54d72529ff"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5d85653f070353a16313d0046f173f70d1aadd5b42600a14de626f0dfb3473a5"
dependencies = [
"borsh",
"byteorder",
"digest 0.8.1",
"rand_core",
"serde",
"subtle 2.2.3",
"zeroize",
]
@ -698,12 +697,13 @@ dependencies = [
[[package]]
name = "curve25519-dalek"
version = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5d85653f070353a16313d0046f173f70d1aadd5b42600a14de626f0dfb3473a5"
source = "git+https://github.com/garious/curve25519-dalek?rev=60efef3553d6bf3d7f3b09b5f97acd54d72529ff#60efef3553d6bf3d7f3b09b5f97acd54d72529ff"
dependencies = [
"borsh",
"byteorder",
"digest 0.8.1",
"rand_core",
"serde",
"subtle 2.2.3",
"zeroize",
]
@ -2677,7 +2677,7 @@ dependencies = [
"solana-banks-interface",
"solana-sdk",
"tarpc",
"tokio 0.3.2",
"tokio 0.3.3",
"tokio-serde",
]
@ -2706,7 +2706,7 @@ dependencies = [
"solana-runtime",
"solana-sdk",
"tarpc",
"tokio 0.3.2",
"tokio 0.3.3",
"tokio-serde",
]
@ -3260,7 +3260,7 @@ dependencies = [
"solana-program-test",
"solana-sdk",
"spl-token 2.0.8",
"tokio 0.3.2",
"tokio 0.3.3",
]
[[package]]
@ -3516,7 +3516,7 @@ dependencies = [
"serde",
"static_assertions",
"tarpc-plugins",
"tokio 0.3.2",
"tokio 0.3.3",
"tokio-serde",
"tokio-util 0.4.0",
]
@ -3699,12 +3699,12 @@ dependencies = [
[[package]]
name = "tokio"
version = "0.3.2"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "71f1b20504fd0aa9dab3ae17e8c4dd9431e5e08fd6921689f9745a4004883a17"
checksum = "e5ca08accbcb46f11fd8d2d1c6158c348b7888009a1f39260bcad66f6a454250"
dependencies = [
"autocfg",
"bytes 0.6.0",
"fnv",
"futures-core",
"lazy_static",
"libc",
@ -3939,7 +3939,7 @@ dependencies = [
"futures-sink",
"log",
"pin-project-lite",
"tokio 0.3.2",
"tokio 0.3.3",
]
[[package]]