Skip to content

Commit 8d64ce0

Browse files
Bump tokio from 1.43.0 to 1.43.1 (#3840)
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.43.0 to 1.43.1. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.43.0...tokio-1.43.1) --- updated-dependencies: - dependency-name: tokio dependency-version: 1.43.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b0d0656 commit 8d64ce0

File tree

6 files changed

+12
-12
lines changed

6 files changed

+12
-12
lines changed

Cargo.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/simple_ssr/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ wasm-logger = "0.2"
2626
log = "0.4"
2727

2828
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
29-
tokio = { version = "1.40.0", features = ["full"] }
29+
tokio = { version = "1.43.1", features = ["full"] }
3030
warp = "0.3"
3131
clap = { version = "4", features = ["derive"] }
3232

examples/ssr_router/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ wasm-bindgen-futures = "0.4"
2525
wasm-logger = "0.2"
2626

2727
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
28-
tokio = { version = "1.40.0", features = ["full"] }
28+
tokio = { version = "1.43.1", features = ["full"] }
2929
axum = "0.8"
3030
tower = { version = "0.5", features = ["make"] }
3131
tower-http = { version = "0.6", features = ["fs"] }

packages/yew/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ wasm-bindgen-futures = "0.4"
4040

4141
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
4242
# We still need tokio as we have docs linked to it.
43-
tokio = { version = "1.40", features = ["rt"] }
43+
tokio = { version = "1.43", features = ["rt"] }
4444

4545
[dependencies.web-sys]
4646
version = "^0.3.70"
@@ -79,7 +79,7 @@ features = [
7979
]
8080

8181
[target.'cfg(not(target_arch = "wasm32"))'.dev-dependencies]
82-
tokio = { version = "1.40", features = ["full"] }
82+
tokio = { version = "1.43", features = ["full"] }
8383

8484
[target.'cfg(all(target_arch = "wasm32", target_os = "wasi"))'.dependencies]
8585
tokio = { version = "1.40", features = ["macros", "rt", "time"] }

tools/benchmark-ssr/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ edition = "2021"
88
[dependencies]
99
yew = { path = "../../packages/yew", features = ["ssr"] }
1010
function_router = { path = "../../examples/function_router" }
11-
tokio = { version = "1.40", features = ["full"] }
11+
tokio = { version = "1.43", features = ["full"] }
1212
average = "0.15.1"
1313
tabled = "0.18.0"
1414
indicatif = "0.17.8"

tools/website-test/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ weblog = "0.3.0"
1919
yew = { path = "../../packages/yew/", features = ["ssr", "csr"] }
2020
yew-autoprops = "0.4.1"
2121
yew-router = { path = "../../packages/yew-router/" }
22-
tokio = { version = "1.40.0", features = ["rt", "macros"] }
22+
tokio = { version = "1.43.1", features = ["rt", "macros"] }
2323

2424
[dev-dependencies.web-sys]
2525
version = "0.3"

0 commit comments

Comments
 (0)