Bump tokio from 1.12.0 to 1.13.0
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.12.0 to 1.13.0. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.12.0...tokio-1.13.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
bb32276bf7
commit
2c9b57337a
28
Cargo.lock
generated
28
Cargo.lock
generated
@@ -1139,7 +1139,7 @@ dependencies = [
|
||||
"http",
|
||||
"indexmap",
|
||||
"slab",
|
||||
"tokio 1.12.0",
|
||||
"tokio 1.13.0",
|
||||
"tokio-util 0.6.8",
|
||||
"tracing",
|
||||
]
|
||||
@@ -1310,7 +1310,7 @@ dependencies = [
|
||||
"itoa",
|
||||
"pin-project-lite 0.2.7",
|
||||
"socket2 0.4.2",
|
||||
"tokio 1.12.0",
|
||||
"tokio 1.13.0",
|
||||
"tower-service",
|
||||
"tracing",
|
||||
"want",
|
||||
@@ -1327,7 +1327,7 @@ dependencies = [
|
||||
"headers",
|
||||
"http",
|
||||
"hyper 0.14.14",
|
||||
"tokio 1.12.0",
|
||||
"tokio 1.13.0",
|
||||
"tower-service",
|
||||
]
|
||||
|
||||
@@ -1353,7 +1353,7 @@ dependencies = [
|
||||
"bytes 1.1.0",
|
||||
"hyper 0.14.14",
|
||||
"native-tls",
|
||||
"tokio 1.12.0",
|
||||
"tokio 1.13.0",
|
||||
"tokio-native-tls",
|
||||
]
|
||||
|
||||
@@ -1606,7 +1606,7 @@ dependencies = [
|
||||
"librespot-core",
|
||||
"log",
|
||||
"tempfile",
|
||||
"tokio 1.12.0",
|
||||
"tokio 1.13.0",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
@@ -1642,7 +1642,7 @@ dependencies = [
|
||||
"sha-1",
|
||||
"shannon",
|
||||
"thiserror",
|
||||
"tokio 1.12.0",
|
||||
"tokio 1.13.0",
|
||||
"tokio-stream",
|
||||
"tokio-util 0.6.8",
|
||||
"url 2.2.2",
|
||||
@@ -1689,7 +1689,7 @@ dependencies = [
|
||||
"rodio",
|
||||
"shell-words",
|
||||
"thiserror",
|
||||
"tokio 1.12.0",
|
||||
"tokio 1.13.0",
|
||||
"zerocopy",
|
||||
]
|
||||
|
||||
@@ -1910,7 +1910,7 @@ dependencies = [
|
||||
"serde_json",
|
||||
"strum 0.22.0",
|
||||
"strum_macros 0.22.0",
|
||||
"tokio 1.12.0",
|
||||
"tokio 1.13.0",
|
||||
"tokio-stream",
|
||||
"toml",
|
||||
"unicode-width",
|
||||
@@ -2920,7 +2920,7 @@ dependencies = [
|
||||
"serde",
|
||||
"serde_json",
|
||||
"serde_urlencoded",
|
||||
"tokio 1.12.0",
|
||||
"tokio 1.13.0",
|
||||
"tokio-native-tls",
|
||||
"url 2.2.2",
|
||||
"wasm-bindgen",
|
||||
@@ -3453,9 +3453,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "tokio"
|
||||
version = "1.12.0"
|
||||
version = "1.13.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "c2c2416fdedca8443ae44b4527de1ea633af61d8f7169ffa6e72c5b53d24efcc"
|
||||
checksum = "588b2d10a336da58d877567cd8fb8a14b463e2104910f8132cd054b4b96e29ee"
|
||||
dependencies = [
|
||||
"autocfg 1.0.1",
|
||||
"bytes 1.1.0",
|
||||
@@ -3486,7 +3486,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "f7d995660bd2b7f8c1568414c1126076c13fbb725c40112dc0120b78eb9b717b"
|
||||
dependencies = [
|
||||
"native-tls",
|
||||
"tokio 1.12.0",
|
||||
"tokio 1.13.0",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
@@ -3510,7 +3510,7 @@ checksum = "7b2f3f698253f03119ac0102beaa64f67a67e08074d03a22d18784104543727f"
|
||||
dependencies = [
|
||||
"futures-core",
|
||||
"pin-project-lite 0.2.7",
|
||||
"tokio 1.12.0",
|
||||
"tokio 1.13.0",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
@@ -3548,7 +3548,7 @@ dependencies = [
|
||||
"futures-sink",
|
||||
"log",
|
||||
"pin-project-lite 0.2.7",
|
||||
"tokio 1.12.0",
|
||||
"tokio 1.13.0",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
||||
Reference in New Issue
Block a user