mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-21 16:02:28 +00:00
chore(deps): bump tokio from 1.21.1 to 1.21.2 in /backend (#672)
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.21.1 to 1.21.2. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.21.1...tokio-1.21.2) --- updated-dependencies: - dependency-name: tokio dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> 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:
Generated
+20
-21
@@ -262,7 +262,7 @@ dependencies = [
|
||||
"serde_json",
|
||||
"serde_urlencoded",
|
||||
"sync_wrapper",
|
||||
"tokio 1.21.1",
|
||||
"tokio 1.21.2",
|
||||
"tower",
|
||||
"tower-http",
|
||||
"tower-layer",
|
||||
@@ -519,7 +519,7 @@ dependencies = [
|
||||
"serde",
|
||||
"serde_json",
|
||||
"thread_local",
|
||||
"tokio 1.21.1",
|
||||
"tokio 1.21.2",
|
||||
"tokio-stream",
|
||||
"tonic",
|
||||
"tracing",
|
||||
@@ -1248,7 +1248,7 @@ dependencies = [
|
||||
"http",
|
||||
"indexmap",
|
||||
"slab",
|
||||
"tokio 1.21.1",
|
||||
"tokio 1.21.2",
|
||||
"tokio-util 0.7.4",
|
||||
"tracing",
|
||||
]
|
||||
@@ -1465,7 +1465,7 @@ dependencies = [
|
||||
"itoa 1.0.3",
|
||||
"pin-project-lite 0.2.9",
|
||||
"socket2 0.4.7",
|
||||
"tokio 1.21.1",
|
||||
"tokio 1.21.2",
|
||||
"tower-service",
|
||||
"tracing",
|
||||
"want",
|
||||
@@ -1479,7 +1479,7 @@ checksum = "bbb958482e8c7be4bc3cf272a766a2b0bf1a6755e7a6ae777f017a31d11b13b1"
|
||||
dependencies = [
|
||||
"hyper 0.14.20",
|
||||
"pin-project-lite 0.2.9",
|
||||
"tokio 1.21.1",
|
||||
"tokio 1.21.2",
|
||||
"tokio-io-timeout",
|
||||
]
|
||||
|
||||
@@ -1505,7 +1505,7 @@ dependencies = [
|
||||
"bytes 1.2.1",
|
||||
"hyper 0.14.20",
|
||||
"native-tls",
|
||||
"tokio 1.21.1",
|
||||
"tokio 1.21.2",
|
||||
"tokio-native-tls",
|
||||
]
|
||||
|
||||
@@ -1720,7 +1720,7 @@ dependencies = [
|
||||
"rustls",
|
||||
"rustls-pemfile",
|
||||
"socket2 0.4.7",
|
||||
"tokio 1.21.1",
|
||||
"tokio 1.21.2",
|
||||
"tokio-rustls",
|
||||
"webpki-roots",
|
||||
]
|
||||
@@ -2731,7 +2731,7 @@ dependencies = [
|
||||
"serde",
|
||||
"serde_json",
|
||||
"serde_urlencoded",
|
||||
"tokio 1.21.1",
|
||||
"tokio 1.21.2",
|
||||
"tokio-native-tls",
|
||||
"tower-service",
|
||||
"url",
|
||||
@@ -3308,7 +3308,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "24c5b2d25fa654cc5f841750b8e1cdedbe21189bf9a9382ee90bfa9dd3562396"
|
||||
dependencies = [
|
||||
"once_cell",
|
||||
"tokio 1.21.1",
|
||||
"tokio 1.21.2",
|
||||
"tokio-rustls",
|
||||
]
|
||||
|
||||
@@ -3696,9 +3696,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "tokio"
|
||||
version = "1.21.1"
|
||||
version = "1.21.2"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "0020c875007ad96677dcc890298f4b942882c5d4eb7cc8f439fc3bf813dc9c95"
|
||||
checksum = "a9e03c497dc955702ba729190dc4aac6f2a0ce97f913e5b1b5912fc5039d9099"
|
||||
dependencies = [
|
||||
"autocfg 1.1.0",
|
||||
"bytes 1.2.1",
|
||||
@@ -3706,7 +3706,6 @@ dependencies = [
|
||||
"memchr",
|
||||
"mio 0.8.4",
|
||||
"num_cpus",
|
||||
"once_cell",
|
||||
"parking_lot 0.12.1",
|
||||
"pin-project-lite 0.2.9",
|
||||
"signal-hook-registry",
|
||||
@@ -3723,7 +3722,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "30b74022ada614a1b4834de765f9bb43877f910cc8ce4be40e89042c9223a8bf"
|
||||
dependencies = [
|
||||
"pin-project-lite 0.2.9",
|
||||
"tokio 1.21.1",
|
||||
"tokio 1.21.2",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
@@ -3744,7 +3743,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "f7d995660bd2b7f8c1568414c1126076c13fbb725c40112dc0120b78eb9b717b"
|
||||
dependencies = [
|
||||
"native-tls",
|
||||
"tokio 1.21.1",
|
||||
"tokio 1.21.2",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
@@ -3754,7 +3753,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "c43ee83903113e03984cb9e5cebe6c04a5116269e900e3ddba8f068a62adda59"
|
||||
dependencies = [
|
||||
"rustls",
|
||||
"tokio 1.21.1",
|
||||
"tokio 1.21.2",
|
||||
"webpki",
|
||||
]
|
||||
|
||||
@@ -3766,7 +3765,7 @@ checksum = "df54d54117d6fdc4e4fea40fe1e4e566b3505700e148a6827e59b34b0d2600d9"
|
||||
dependencies = [
|
||||
"futures-core",
|
||||
"pin-project-lite 0.2.9",
|
||||
"tokio 1.21.1",
|
||||
"tokio 1.21.2",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
@@ -3779,7 +3778,7 @@ dependencies = [
|
||||
"futures-core",
|
||||
"libc",
|
||||
"redox_syscall 0.2.16",
|
||||
"tokio 1.21.1",
|
||||
"tokio 1.21.2",
|
||||
"tokio-stream",
|
||||
"xattr",
|
||||
]
|
||||
@@ -3818,7 +3817,7 @@ dependencies = [
|
||||
"futures-core",
|
||||
"futures-sink",
|
||||
"pin-project-lite 0.2.9",
|
||||
"tokio 1.21.1",
|
||||
"tokio 1.21.2",
|
||||
"tracing",
|
||||
]
|
||||
|
||||
@@ -3853,7 +3852,7 @@ dependencies = [
|
||||
"pin-project",
|
||||
"prost",
|
||||
"prost-derive",
|
||||
"tokio 1.21.1",
|
||||
"tokio 1.21.2",
|
||||
"tokio-stream",
|
||||
"tokio-util 0.7.4",
|
||||
"tower",
|
||||
@@ -3876,7 +3875,7 @@ dependencies = [
|
||||
"pin-project-lite 0.2.9",
|
||||
"rand 0.8.5",
|
||||
"slab",
|
||||
"tokio 1.21.1",
|
||||
"tokio 1.21.2",
|
||||
"tokio-util 0.7.4",
|
||||
"tower-layer",
|
||||
"tower-service",
|
||||
@@ -4507,7 +4506,7 @@ dependencies = [
|
||||
"tempfile",
|
||||
"thiserror",
|
||||
"time 0.3.14",
|
||||
"tokio 1.21.1",
|
||||
"tokio 1.21.2",
|
||||
"tokio-tar",
|
||||
"tokio-util 0.7.4",
|
||||
"tower",
|
||||
|
||||
Reference in New Issue
Block a user