Bump tokio from 1.10.0 to 1.10.1

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

---
updated-dependencies:
- dependency-name: tokio
  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]
2021-08-25 04:17:20 +00:00
committed by Henrik Friedrichsen
parent 8282dac04e
commit 3728e2f9e8

28
Cargo.lock generated
View File

@@ -1139,7 +1139,7 @@ dependencies = [
"http", "http",
"indexmap", "indexmap",
"slab", "slab",
"tokio 1.10.0", "tokio 1.10.1",
"tokio-util 0.6.7", "tokio-util 0.6.7",
"tracing", "tracing",
] ]
@@ -1310,7 +1310,7 @@ dependencies = [
"itoa", "itoa",
"pin-project-lite 0.2.7", "pin-project-lite 0.2.7",
"socket2 0.4.1", "socket2 0.4.1",
"tokio 1.10.0", "tokio 1.10.1",
"tower-service", "tower-service",
"tracing", "tracing",
"want", "want",
@@ -1327,7 +1327,7 @@ dependencies = [
"headers", "headers",
"http", "http",
"hyper 0.14.11", "hyper 0.14.11",
"tokio 1.10.0", "tokio 1.10.1",
"tower-service", "tower-service",
] ]
@@ -1353,7 +1353,7 @@ dependencies = [
"bytes 1.0.1", "bytes 1.0.1",
"hyper 0.14.11", "hyper 0.14.11",
"native-tls", "native-tls",
"tokio 1.10.0", "tokio 1.10.1",
"tokio-native-tls", "tokio-native-tls",
] ]
@@ -1603,7 +1603,7 @@ dependencies = [
"log", "log",
"ogg", "ogg",
"tempfile", "tempfile",
"tokio 1.10.0", "tokio 1.10.1",
"zerocopy", "zerocopy",
] ]
@@ -1640,7 +1640,7 @@ dependencies = [
"sha-1", "sha-1",
"shannon", "shannon",
"thiserror", "thiserror",
"tokio 1.10.0", "tokio 1.10.1",
"tokio-stream", "tokio-stream",
"tokio-util 0.6.7", "tokio-util 0.6.7",
"url 2.2.2", "url 2.2.2",
@@ -1683,7 +1683,7 @@ dependencies = [
"rodio", "rodio",
"shell-words", "shell-words",
"thiserror", "thiserror",
"tokio 1.10.0", "tokio 1.10.1",
"zerocopy", "zerocopy",
] ]
@@ -1914,7 +1914,7 @@ dependencies = [
"serde_json", "serde_json",
"strum 0.21.0", "strum 0.21.0",
"strum_macros 0.21.1", "strum_macros 0.21.1",
"tokio 1.10.0", "tokio 1.10.1",
"tokio-stream", "tokio-stream",
"toml", "toml",
"unicode-width", "unicode-width",
@@ -2907,7 +2907,7 @@ dependencies = [
"serde", "serde",
"serde_json", "serde_json",
"serde_urlencoded", "serde_urlencoded",
"tokio 1.10.0", "tokio 1.10.1",
"tokio-native-tls", "tokio-native-tls",
"url 2.2.2", "url 2.2.2",
"wasm-bindgen", "wasm-bindgen",
@@ -3455,9 +3455,9 @@ dependencies = [
[[package]] [[package]]
name = "tokio" name = "tokio"
version = "1.10.0" version = "1.10.1"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "01cf844b23c6131f624accf65ce0e4e9956a8bb329400ea5bcc26ae3a5c20b0b" checksum = "92036be488bb6594459f2e03b60e42df6f937fe6ca5c5ffdcb539c6b84dc40f5"
dependencies = [ dependencies = [
"autocfg 1.0.1", "autocfg 1.0.1",
"bytes 1.0.1", "bytes 1.0.1",
@@ -3488,7 +3488,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f7d995660bd2b7f8c1568414c1126076c13fbb725c40112dc0120b78eb9b717b" checksum = "f7d995660bd2b7f8c1568414c1126076c13fbb725c40112dc0120b78eb9b717b"
dependencies = [ dependencies = [
"native-tls", "native-tls",
"tokio 1.10.0", "tokio 1.10.1",
] ]
[[package]] [[package]]
@@ -3512,7 +3512,7 @@ checksum = "7b2f3f698253f03119ac0102beaa64f67a67e08074d03a22d18784104543727f"
dependencies = [ dependencies = [
"futures-core", "futures-core",
"pin-project-lite 0.2.7", "pin-project-lite 0.2.7",
"tokio 1.10.0", "tokio 1.10.1",
] ]
[[package]] [[package]]
@@ -3550,7 +3550,7 @@ dependencies = [
"futures-sink", "futures-sink",
"log", "log",
"pin-project-lite 0.2.7", "pin-project-lite 0.2.7",
"tokio 1.10.0", "tokio 1.10.1",
] ]
[[package]] [[package]]