Bump tokio from 1.25.0 to 1.26.0 (#3146)

This commit is contained in:
dependabot[bot] 2023-03-05 10:11:47 +09:00 committed by GitHub
parent 532b0c7a7d
commit d63a91c08a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 9 additions and 9 deletions

6
Cargo.lock generated
View File

@ -2593,9 +2593,9 @@ dependencies = [
[[package]]
name = "tokio"
version = "1.25.0"
version = "1.26.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c8e00990ebabbe4c14c08aca901caed183ecd5c09562a12c824bb53d3c3fd3af"
checksum = "03201d01c3c27a29c8a5cee5b55a93ddae1ccf6f08f65365c2c918f8c1b76f64"
dependencies = [
"autocfg",
"bytes",
@ -2608,7 +2608,7 @@ dependencies = [
"signal-hook-registry",
"socket2",
"tokio-macros",
"windows-sys 0.42.0",
"windows-sys 0.45.0",
]
[[package]]

View File

@ -26,7 +26,7 @@ wasm-logger = "0.2"
log = "0.4"
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
tokio = { version = "1.15.0", features = ["full"] }
tokio = { version = "1.26.0", features = ["full"] }
warp = "0.3"
clap = { version = "3.1.7", features = ["derive"] }

View File

@ -24,7 +24,7 @@ wasm-bindgen-futures = "0.4"
wasm-logger = "0.2"
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
tokio = { version = "1.15.0", features = ["full"] }
tokio = { version = "1.26.0", features = ["full"] }
axum = "0.5"
tower = { version = "0.4", features = ["make"] }
tower-http = { version = "0.3", features = ["fs"] }

View File

@ -40,7 +40,7 @@ wasm-bindgen-futures = "0.4"
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
# We still need tokio as we have docs linked to it.
tokio = { version = "1.19", features = ["rt"] }
tokio = { version = "1.26", features = ["rt"] }
[dependencies.web-sys]
version = "^0.3.59"
@ -79,7 +79,7 @@ features = [
]
[target.'cfg(not(target_arch = "wasm32"))'.dev-dependencies]
tokio = { version = "1.19", features = ["full"] }
tokio = { version = "1.26", features = ["full"] }
[dev-dependencies]
wasm-bindgen-test = "0.3"

View File

@ -8,7 +8,7 @@ edition = "2021"
[dependencies]
yew = { path = "../../packages/yew", features = ["ssr"] }
function_router = { path = "../../examples/function_router" }
tokio = { version = "1.19", features = ["full"] }
tokio = { version = "1.26", features = ["full"] }
jemallocator = "0.5.0"
average = "0.13.1"
tabled = "0.8.0"

View File

@ -19,7 +19,7 @@ wasm-bindgen-futures = "0.4"
weblog = "0.3.0"
yew = { path = "../../packages/yew/", features = ["ssr", "csr"] }
yew-router = { path = "../../packages/yew-router/" }
tokio = { version = "1.15.0", features = ["rt", "macros"] }
tokio = { version = "1.26.0", features = ["rt", "macros"] }
[dev-dependencies.web-sys]
version = "0.3"