Bump tokio from 1.6.0 to 1.6.1
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.6.0 to 1.6.1. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.6.0...tokio-1.6.1) Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
committed by
Henrik Friedrichsen
parent
952b7f4fe8
commit
c7b2c79251
26
Cargo.lock
generated
26
Cargo.lock
generated
@@ -1144,7 +1144,7 @@ dependencies = [
|
||||
"http",
|
||||
"indexmap",
|
||||
"slab",
|
||||
"tokio 1.6.0",
|
||||
"tokio 1.6.1",
|
||||
"tokio-util 0.6.7",
|
||||
"tracing",
|
||||
]
|
||||
@@ -1290,7 +1290,7 @@ dependencies = [
|
||||
"itoa",
|
||||
"pin-project",
|
||||
"socket2 0.4.0",
|
||||
"tokio 1.6.0",
|
||||
"tokio 1.6.1",
|
||||
"tower-service",
|
||||
"tracing",
|
||||
"want",
|
||||
@@ -1318,7 +1318,7 @@ dependencies = [
|
||||
"bytes 1.0.1",
|
||||
"hyper 0.14.8",
|
||||
"native-tls",
|
||||
"tokio 1.6.0",
|
||||
"tokio 1.6.1",
|
||||
"tokio-native-tls",
|
||||
]
|
||||
|
||||
@@ -1568,7 +1568,7 @@ dependencies = [
|
||||
"log",
|
||||
"ogg",
|
||||
"tempfile",
|
||||
"tokio 1.6.0",
|
||||
"tokio 1.6.1",
|
||||
"zerocopy",
|
||||
]
|
||||
|
||||
@@ -1603,7 +1603,7 @@ dependencies = [
|
||||
"sha-1",
|
||||
"shannon",
|
||||
"thiserror",
|
||||
"tokio 1.6.0",
|
||||
"tokio 1.6.1",
|
||||
"tokio-stream",
|
||||
"tokio-util 0.6.7",
|
||||
"url 2.2.2",
|
||||
@@ -1646,7 +1646,7 @@ dependencies = [
|
||||
"rodio",
|
||||
"shell-words",
|
||||
"thiserror",
|
||||
"tokio 1.6.0",
|
||||
"tokio 1.6.1",
|
||||
"zerocopy",
|
||||
]
|
||||
|
||||
@@ -1867,7 +1867,7 @@ dependencies = [
|
||||
"serde_json",
|
||||
"strum 0.20.0",
|
||||
"strum_macros 0.20.1",
|
||||
"tokio 1.6.0",
|
||||
"tokio 1.6.1",
|
||||
"tokio-stream",
|
||||
"toml",
|
||||
"unicode-width",
|
||||
@@ -2828,7 +2828,7 @@ dependencies = [
|
||||
"serde",
|
||||
"serde_json",
|
||||
"serde_urlencoded",
|
||||
"tokio 1.6.0",
|
||||
"tokio 1.6.1",
|
||||
"tokio-native-tls",
|
||||
"url 2.2.2",
|
||||
"wasm-bindgen",
|
||||
@@ -3382,9 +3382,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "tokio"
|
||||
version = "1.6.0"
|
||||
version = "1.6.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "bd3076b5c8cc18138b8f8814895c11eb4de37114a5d127bafdc5e55798ceef37"
|
||||
checksum = "0a38d31d7831c6ed7aad00aa4c12d9375fd225a6dd77da1d25b707346319a975"
|
||||
dependencies = [
|
||||
"autocfg 1.0.1",
|
||||
"bytes 1.0.1",
|
||||
@@ -3414,7 +3414,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "f7d995660bd2b7f8c1568414c1126076c13fbb725c40112dc0120b78eb9b717b"
|
||||
dependencies = [
|
||||
"native-tls",
|
||||
"tokio 1.6.0",
|
||||
"tokio 1.6.1",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
@@ -3438,7 +3438,7 @@ checksum = "f8864d706fdb3cc0843a49647ac892720dac98a6eeb818b77190592cf4994066"
|
||||
dependencies = [
|
||||
"futures-core",
|
||||
"pin-project-lite 0.2.6",
|
||||
"tokio 1.6.0",
|
||||
"tokio 1.6.1",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
@@ -3476,7 +3476,7 @@ dependencies = [
|
||||
"futures-sink",
|
||||
"log",
|
||||
"pin-project-lite 0.2.6",
|
||||
"tokio 1.6.0",
|
||||
"tokio 1.6.1",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
||||
Reference in New Issue
Block a user