mirror of
https://github.com/yewstack/yew.git
synced 2025-12-08 21:26:25 +00:00
Bump tokio from 1.28.0 to 1.28.1 (#3270)
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.28.0 to 1.28.1. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.28.0...tokio-1.28.1) --- updated-dependencies: - dependency-name: tokio dependency-type: direct:production update-type: version-update:semver-patch ... 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:
parent
3852d2c0af
commit
f41b0b8d80
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -2684,9 +2684,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "tokio"
|
name = "tokio"
|
||||||
version = "1.28.0"
|
version = "1.28.1"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "c3c786bf8134e5a3a166db9b29ab8f48134739014a3eca7bc6bfa95d673b136f"
|
checksum = "0aa32867d44e6f2ce3385e89dceb990188b8bb0fb25b0cf576647a6f98ac5105"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"autocfg",
|
"autocfg",
|
||||||
"bytes",
|
"bytes",
|
||||||
|
|||||||
@ -26,7 +26,7 @@ wasm-logger = "0.2"
|
|||||||
log = "0.4"
|
log = "0.4"
|
||||||
|
|
||||||
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
|
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
|
||||||
tokio = { version = "1.28.0", features = ["full"] }
|
tokio = { version = "1.28.1", features = ["full"] }
|
||||||
warp = "0.3"
|
warp = "0.3"
|
||||||
clap = { version = "4", features = ["derive"] }
|
clap = { version = "4", features = ["derive"] }
|
||||||
|
|
||||||
|
|||||||
@ -24,7 +24,7 @@ wasm-bindgen-futures = "0.4"
|
|||||||
wasm-logger = "0.2"
|
wasm-logger = "0.2"
|
||||||
|
|
||||||
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
|
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
|
||||||
tokio = { version = "1.28.0", features = ["full"] }
|
tokio = { version = "1.28.1", features = ["full"] }
|
||||||
axum = "0.6"
|
axum = "0.6"
|
||||||
tower = { version = "0.4", features = ["make"] }
|
tower = { version = "0.4", features = ["make"] }
|
||||||
tower-http = { version = "0.3", features = ["fs"] }
|
tower-http = { version = "0.3", features = ["fs"] }
|
||||||
|
|||||||
@ -19,7 +19,7 @@ wasm-bindgen-futures = "0.4"
|
|||||||
weblog = "0.3.0"
|
weblog = "0.3.0"
|
||||||
yew = { path = "../../packages/yew/", features = ["ssr", "csr"] }
|
yew = { path = "../../packages/yew/", features = ["ssr", "csr"] }
|
||||||
yew-router = { path = "../../packages/yew-router/" }
|
yew-router = { path = "../../packages/yew-router/" }
|
||||||
tokio = { version = "1.28.0", features = ["rt", "macros"] }
|
tokio = { version = "1.28.1", features = ["rt", "macros"] }
|
||||||
|
|
||||||
[dev-dependencies.web-sys]
|
[dev-dependencies.web-sys]
|
||||||
version = "0.3"
|
version = "0.3"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user