Bump tokio from 1.9.0 to 1.10.0
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.9.0 to 1.10.0. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.9.0...tokio-1.10.0) --- updated-dependencies: - dependency-name: tokio dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
committed by
Henrik Friedrichsen
parent
7622292ffa
commit
c06254f501
28
Cargo.lock
generated
28
Cargo.lock
generated
@@ -1145,7 +1145,7 @@ dependencies = [
|
||||
"http",
|
||||
"indexmap",
|
||||
"slab",
|
||||
"tokio 1.9.0",
|
||||
"tokio 1.10.0",
|
||||
"tokio-util 0.6.7",
|
||||
"tracing",
|
||||
]
|
||||
@@ -1316,7 +1316,7 @@ dependencies = [
|
||||
"itoa",
|
||||
"pin-project-lite 0.2.7",
|
||||
"socket2 0.4.0",
|
||||
"tokio 1.9.0",
|
||||
"tokio 1.10.0",
|
||||
"tower-service",
|
||||
"tracing",
|
||||
"want",
|
||||
@@ -1333,7 +1333,7 @@ dependencies = [
|
||||
"headers",
|
||||
"http",
|
||||
"hyper 0.14.11",
|
||||
"tokio 1.9.0",
|
||||
"tokio 1.10.0",
|
||||
"tower-service",
|
||||
]
|
||||
|
||||
@@ -1359,7 +1359,7 @@ dependencies = [
|
||||
"bytes 1.0.1",
|
||||
"hyper 0.14.11",
|
||||
"native-tls",
|
||||
"tokio 1.9.0",
|
||||
"tokio 1.10.0",
|
||||
"tokio-native-tls",
|
||||
]
|
||||
|
||||
@@ -1609,7 +1609,7 @@ dependencies = [
|
||||
"log",
|
||||
"ogg",
|
||||
"tempfile",
|
||||
"tokio 1.9.0",
|
||||
"tokio 1.10.0",
|
||||
"zerocopy",
|
||||
]
|
||||
|
||||
@@ -1646,7 +1646,7 @@ dependencies = [
|
||||
"sha-1",
|
||||
"shannon",
|
||||
"thiserror",
|
||||
"tokio 1.9.0",
|
||||
"tokio 1.10.0",
|
||||
"tokio-stream",
|
||||
"tokio-util 0.6.7",
|
||||
"url 2.2.2",
|
||||
@@ -1689,7 +1689,7 @@ dependencies = [
|
||||
"rodio",
|
||||
"shell-words",
|
||||
"thiserror",
|
||||
"tokio 1.9.0",
|
||||
"tokio 1.10.0",
|
||||
"zerocopy",
|
||||
]
|
||||
|
||||
@@ -1911,7 +1911,7 @@ dependencies = [
|
||||
"serde_json",
|
||||
"strum 0.21.0",
|
||||
"strum_macros 0.21.1",
|
||||
"tokio 1.9.0",
|
||||
"tokio 1.10.0",
|
||||
"tokio-stream",
|
||||
"toml",
|
||||
"unicode-width",
|
||||
@@ -2876,7 +2876,7 @@ dependencies = [
|
||||
"serde",
|
||||
"serde_json",
|
||||
"serde_urlencoded",
|
||||
"tokio 1.9.0",
|
||||
"tokio 1.10.0",
|
||||
"tokio-native-tls",
|
||||
"url 2.2.2",
|
||||
"wasm-bindgen",
|
||||
@@ -3424,9 +3424,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "tokio"
|
||||
version = "1.9.0"
|
||||
version = "1.10.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "4b7b349f11a7047e6d1276853e612d152f5e8a352c61917887cc2169e2366b4c"
|
||||
checksum = "01cf844b23c6131f624accf65ce0e4e9956a8bb329400ea5bcc26ae3a5c20b0b"
|
||||
dependencies = [
|
||||
"autocfg 1.0.1",
|
||||
"bytes 1.0.1",
|
||||
@@ -3457,7 +3457,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "f7d995660bd2b7f8c1568414c1126076c13fbb725c40112dc0120b78eb9b717b"
|
||||
dependencies = [
|
||||
"native-tls",
|
||||
"tokio 1.9.0",
|
||||
"tokio 1.10.0",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
@@ -3481,7 +3481,7 @@ checksum = "7b2f3f698253f03119ac0102beaa64f67a67e08074d03a22d18784104543727f"
|
||||
dependencies = [
|
||||
"futures-core",
|
||||
"pin-project-lite 0.2.7",
|
||||
"tokio 1.9.0",
|
||||
"tokio 1.10.0",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
@@ -3519,7 +3519,7 @@ dependencies = [
|
||||
"futures-sink",
|
||||
"log",
|
||||
"pin-project-lite 0.2.7",
|
||||
"tokio 1.9.0",
|
||||
"tokio 1.10.0",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
||||
Reference in New Issue
Block a user