Skip to content

Commit 5c256a5

Browse files
Bump the cargo-deps group across 1 directory with 44 updates
Bumps the cargo-deps group with 41 updates in the / directory: | Package | From | To | | --- | --- | --- | | [indexmap](https://github.com/indexmap-rs/indexmap) | `2.6.0` | `2.7.0` | | [wasm-bindgen](https://github.com/rustwasm/wasm-bindgen) | `0.2.93` | `0.2.100` | | [thiserror](https://github.com/dtolnay/thiserror) | `1.0.64` | `2.0.11` | | [futures](https://github.com/rust-lang/futures-rs) | `0.3.30` | `0.3.31` | | [serde](https://github.com/serde-rs/serde) | `1.0.210` | `1.0.217` | | [tracing](https://github.com/tokio-rs/tracing) | `0.1.40` | `0.1.41` | | [tokise](https://github.com/yewstack/tokise) | `0.1.0` | `0.2.0` | | [rustversion](https://github.com/dtolnay/rustversion) | `1.0.17` | `1.0.19` | | [web-sys](https://github.com/rustwasm/wasm-bindgen) | `0.3.70` | `0.3.77` | | [wasm-bindgen-futures](https://github.com/rustwasm/wasm-bindgen) | `0.4.43` | `0.4.50` | | [tokio](https://github.com/tokio-rs/tokio) | `1.40.0` | `1.43.0` | | [wasm-bindgen-test](https://github.com/rustwasm/wasm-bindgen) | `0.3.43` | `0.3.50` | | [trybuild](https://github.com/dtolnay/trybuild) | `1.0.99` | `1.0.101` | | [quote](https://github.com/dtolnay/quote) | `1.0.37` | `1.0.38` | | [once_cell](https://github.com/matklad/once_cell) | `1.20.1` | `1.20.2` | | [prettyplease](https://github.com/dtolnay/prettyplease) | `0.2.22` | `0.2.29` | | [divan](https://github.com/nvzqz/divan) | `0.1.14` | `0.1.17` | | [tabled](https://github.com/zhiburt/tabled) | `0.16.0` | `0.17.0` | | [indicatif](https://github.com/console-rs/indicatif) | `0.17.8` | `0.17.9` | | [serde_json](https://github.com/serde-rs/json) | `1.0.128` | `1.0.135` | | [clap](https://github.com/clap-rs/clap) | `4.5.19` | `4.5.26` | | [anyhow](https://github.com/dtolnay/anyhow) | `1.0.89` | `1.0.95` | | [chrono](https://github.com/chronotope/chrono) | `0.4.38` | `0.4.39` | | [git2](https://github.com/rust-lang/git2-rs) | `0.19.0` | `0.20.0` | | [regex](https://github.com/rust-lang/regex) | `1.11.0` | `1.11.1` | | [reqwest](https://github.com/seanmonstar/reqwest) | `0.12.8` | `0.12.9` | | [semver](https://github.com/dtolnay/semver) | `1.0.23` | `1.0.24` | | [glob](https://github.com/rust-lang/glob) | `0.3.1` | `0.3.2` | | [log](https://github.com/rust-lang/log) | `0.4.22` | `0.4.25` | | [pulldown-cmark](https://github.com/raphlinus/pulldown-cmark) | `0.12.1` | `0.12.2` | | [fake](https://github.com/cksac/fake-rs) | `2.10.0` | `3.1.0` | | [time](https://github.com/time-rs/time) | `0.3.36` | `0.3.37` | | [uuid](https://github.com/uuid-rs/uuid) | `1.10.0` | `1.12.0` | | [bytes](https://github.com/tokio-rs/bytes) | `1.7.2` | `1.9.0` | | [hyper-util](https://github.com/hyperium/hyper-util) | `0.1.9` | `0.1.10` | | [axum](https://github.com/tokio-rs/axum) | `0.7.7` | `0.7.9` | | [tower](https://github.com/tower-rs/tower) | `0.5.1` | `0.5.2` | | [tower-http](https://github.com/tower-rs/tower-http) | `0.6.1` | `0.6.2` | | [env_logger](https://github.com/rust-cli/env_logger) | `0.11.5` | `0.11.6` | | [hyper](https://github.com/hyperium/hyper) | `1.4.1` | `1.5.2` | | [postcard](https://github.com/jamesmunns/postcard) | `1.0.10` | `1.1.1` | Updates `indexmap` from 2.6.0 to 2.7.0 - [Changelog](https://github.com/indexmap-rs/indexmap/blob/master/RELEASES.md) - [Commits](indexmap-rs/indexmap@2.6.0...2.7.0) Updates `wasm-bindgen` from 0.2.93 to 0.2.100 - [Release notes](https://github.com/rustwasm/wasm-bindgen/releases) - [Changelog](https://github.com/rustwasm/wasm-bindgen/blob/main/CHANGELOG.md) - [Commits](rustwasm/wasm-bindgen@0.2.93...0.2.100) Updates `thiserror` from 1.0.64 to 2.0.11 - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](dtolnay/thiserror@1.0.64...2.0.11) Updates `futures` from 0.3.30 to 0.3.31 - [Release notes](https://github.com/rust-lang/futures-rs/releases) - [Changelog](https://github.com/rust-lang/futures-rs/blob/master/CHANGELOG.md) - [Commits](rust-lang/futures-rs@0.3.30...0.3.31) Updates `serde` from 1.0.210 to 1.0.217 - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](serde-rs/serde@v1.0.210...v1.0.217) Updates `tracing` from 0.1.40 to 0.1.41 - [Release notes](https://github.com/tokio-rs/tracing/releases) - [Commits](tokio-rs/tracing@tracing-0.1.40...tracing-0.1.41) Updates `tokise` from 0.1.0 to 0.2.0 - [Release notes](https://github.com/yewstack/tokise/releases) - [Commits](yewstack/tokise@v0.1.0...v0.2.0) Updates `rustversion` from 1.0.17 to 1.0.19 - [Release notes](https://github.com/dtolnay/rustversion/releases) - [Commits](dtolnay/rustversion@1.0.17...1.0.19) Updates `web-sys` from 0.3.70 to 0.3.77 - [Release notes](https://github.com/rustwasm/wasm-bindgen/releases) - [Changelog](https://github.com/rustwasm/wasm-bindgen/blob/main/CHANGELOG.md) - [Commits](https://github.com/rustwasm/wasm-bindgen/commits) Updates `wasm-bindgen-futures` from 0.4.43 to 0.4.50 - [Release notes](https://github.com/rustwasm/wasm-bindgen/releases) - [Changelog](https://github.com/rustwasm/wasm-bindgen/blob/main/CHANGELOG.md) - [Commits](https://github.com/rustwasm/wasm-bindgen/commits) Updates `tokio` from 1.40.0 to 1.43.0 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.40.0...tokio-1.43.0) Updates `wasm-bindgen-test` from 0.3.43 to 0.3.50 - [Release notes](https://github.com/rustwasm/wasm-bindgen/releases) - [Changelog](https://github.com/rustwasm/wasm-bindgen/blob/main/CHANGELOG.md) - [Commits](https://github.com/rustwasm/wasm-bindgen/commits) Updates `trybuild` from 1.0.99 to 1.0.101 - [Release notes](https://github.com/dtolnay/trybuild/releases) - [Commits](dtolnay/trybuild@1.0.99...1.0.101) Updates `proc-macro2` from 1.0.86 to 1.0.93 - [Release notes](https://github.com/dtolnay/proc-macro2/releases) - [Commits](dtolnay/proc-macro2@1.0.86...1.0.93) Updates `quote` from 1.0.37 to 1.0.38 - [Release notes](https://github.com/dtolnay/quote/releases) - [Commits](dtolnay/quote@1.0.37...1.0.38) Updates `syn` from 2.0.79 to 2.0.96 - [Release notes](https://github.com/dtolnay/syn/releases) - [Commits](dtolnay/syn@2.0.79...2.0.96) Updates `once_cell` from 1.20.1 to 1.20.2 - [Changelog](https://github.com/matklad/once_cell/blob/master/CHANGELOG.md) - [Commits](matklad/once_cell@v1.20.1...v1.20.2) Updates `prettyplease` from 0.2.22 to 0.2.29 - [Release notes](https://github.com/dtolnay/prettyplease/releases) - [Commits](dtolnay/prettyplease@0.2.22...0.2.29) Updates `divan` from 0.1.14 to 0.1.17 - [Changelog](https://github.com/nvzqz/divan/blob/main/CHANGELOG.md) - [Commits](nvzqz/divan@v0.1.14...v0.1.17) Updates `tabled` from 0.16.0 to 0.17.0 - [Changelog](https://github.com/zhiburt/tabled/blob/master/CHANGELOG.md) - [Commits](https://github.com/zhiburt/tabled/commits/0.17.0) Updates `indicatif` from 0.17.8 to 0.17.9 - [Release notes](https://github.com/console-rs/indicatif/releases) - [Commits](console-rs/indicatif@0.17.8...0.17.9) Updates `serde_json` from 1.0.128 to 1.0.135 - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](serde-rs/json@v1.0.128...v1.0.135) Updates `clap` from 4.5.19 to 4.5.26 - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](clap-rs/clap@clap_complete-v4.5.19...clap_complete-v4.5.26) Updates `anyhow` from 1.0.89 to 1.0.95 - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](dtolnay/anyhow@1.0.89...1.0.95) Updates `chrono` from 0.4.38 to 0.4.39 - [Release notes](https://github.com/chronotope/chrono/releases) - [Changelog](https://github.com/chronotope/chrono/blob/main/CHANGELOG.md) - [Commits](chronotope/chrono@v0.4.38...v0.4.39) Updates `git2` from 0.19.0 to 0.20.0 - [Changelog](https://github.com/rust-lang/git2-rs/blob/master/CHANGELOG.md) - [Commits](rust-lang/git2-rs@git2-0.19.0...git2-0.20.0) Updates `regex` from 1.11.0 to 1.11.1 - [Release notes](https://github.com/rust-lang/regex/releases) - [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md) - [Commits](rust-lang/regex@1.11.0...1.11.1) Updates `reqwest` from 0.12.8 to 0.12.9 - [Release notes](https://github.com/seanmonstar/reqwest/releases) - [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md) - [Commits](seanmonstar/reqwest@v0.12.8...v0.12.9) Updates `semver` from 1.0.23 to 1.0.24 - [Release notes](https://github.com/dtolnay/semver/releases) - [Commits](dtolnay/semver@1.0.23...1.0.24) Updates `glob` from 0.3.1 to 0.3.2 - [Release notes](https://github.com/rust-lang/glob/releases) - [Changelog](https://github.com/rust-lang/glob/blob/master/CHANGELOG.md) - [Commits](rust-lang/glob@0.3.1...v0.3.2) Updates `log` from 0.4.22 to 0.4.25 - [Release notes](https://github.com/rust-lang/log/releases) - [Changelog](https://github.com/rust-lang/log/blob/master/CHANGELOG.md) - [Commits](rust-lang/log@0.4.22...0.4.25) Updates `pulldown-cmark` from 0.12.1 to 0.12.2 - [Release notes](https://github.com/raphlinus/pulldown-cmark/releases) - [Commits](pulldown-cmark/pulldown-cmark@v0.12.1...v0.12.2) Updates `fake` from 2.10.0 to 3.1.0 - [Release notes](https://github.com/cksac/fake-rs/releases) - [Changelog](https://github.com/cksac/fake-rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/cksac/fake-rs/commits/v3.1.0) Updates `time` from 0.3.36 to 0.3.37 - [Release notes](https://github.com/time-rs/time/releases) - [Changelog](https://github.com/time-rs/time/blob/main/CHANGELOG.md) - [Commits](time-rs/time@v0.3.36...v0.3.37) Updates `uuid` from 1.10.0 to 1.12.0 - [Release notes](https://github.com/uuid-rs/uuid/releases) - [Commits](uuid-rs/uuid@1.10.0...1.12.0) Updates `bytes` from 1.7.2 to 1.9.0 - [Release notes](https://github.com/tokio-rs/bytes/releases) - [Changelog](https://github.com/tokio-rs/bytes/blob/master/CHANGELOG.md) - [Commits](tokio-rs/bytes@v1.7.2...v1.9.0) Updates `hyper-util` from 0.1.9 to 0.1.10 - [Release notes](https://github.com/hyperium/hyper-util/releases) - [Changelog](https://github.com/hyperium/hyper-util/blob/master/CHANGELOG.md) - [Commits](hyperium/hyper-util@v0.1.9...v0.1.10) Updates `axum` from 0.7.7 to 0.7.9 - [Release notes](https://github.com/tokio-rs/axum/releases) - [Changelog](https://github.com/tokio-rs/axum/blob/main/CHANGELOG.md) - [Commits](tokio-rs/axum@axum-v0.7.7...axum-v0.7.9) Updates `tower` from 0.5.1 to 0.5.2 - [Release notes](https://github.com/tower-rs/tower/releases) - [Commits](tower-rs/tower@tower-0.5.1...tower-0.5.2) Updates `tower-http` from 0.6.1 to 0.6.2 - [Release notes](https://github.com/tower-rs/tower-http/releases) - [Commits](tower-rs/tower-http@tower-http-0.6.1...tower-http-0.6.2) Updates `env_logger` from 0.11.5 to 0.11.6 - [Release notes](https://github.com/rust-cli/env_logger/releases) - [Changelog](https://github.com/rust-cli/env_logger/blob/main/CHANGELOG.md) - [Commits](rust-cli/env_logger@v0.11.5...v0.11.6) Updates `hyper` from 1.4.1 to 1.5.2 - [Release notes](https://github.com/hyperium/hyper/releases) - [Changelog](https://github.com/hyperium/hyper/blob/master/CHANGELOG.md) - [Commits](hyperium/hyper@v1.4.1...v1.5.2) Updates `serde_derive` from 1.0.210 to 1.0.217 - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](serde-rs/serde@v1.0.210...v1.0.217) Updates `postcard` from 1.0.10 to 1.1.1 - [Release notes](https://github.com/jamesmunns/postcard/releases) - [Changelog](https://github.com/jamesmunns/postcard/blob/main/CHANGELOG.md) - [Commits](jamesmunns/postcard@v1.0.10...postcard/v1.1.1) --- updated-dependencies: - dependency-name: indexmap dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo-deps - dependency-name: wasm-bindgen dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-deps - dependency-name: thiserror dependency-type: direct:production update-type: version-update:semver-major dependency-group: cargo-deps - dependency-name: futures dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-deps - dependency-name: serde dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-deps - dependency-name: tracing dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-deps - dependency-name: tokise dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo-deps - dependency-name: rustversion dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-deps - dependency-name: web-sys dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-deps - dependency-name: wasm-bindgen-futures dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-deps - dependency-name: tokio dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo-deps - dependency-name: wasm-bindgen-test dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-deps - dependency-name: trybuild dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-deps - dependency-name: proc-macro2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-deps - dependency-name: quote dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-deps - dependency-name: syn dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-deps - dependency-name: once_cell dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-deps - dependency-name: prettyplease dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-deps - dependency-name: divan dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-deps - dependency-name: tabled dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo-deps - dependency-name: indicatif dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-deps - dependency-name: serde_json dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-deps - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-deps - dependency-name: anyhow dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-deps - dependency-name: chrono dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-deps - dependency-name: git2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo-deps - dependency-name: regex dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-deps - dependency-name: reqwest dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-deps - dependency-name: semver dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-deps - dependency-name: glob dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-deps - dependency-name: log dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-deps - dependency-name: pulldown-cmark dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-deps - dependency-name: fake dependency-type: direct:production update-type: version-update:semver-major dependency-group: cargo-deps - dependency-name: time dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-deps - dependency-name: uuid dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo-deps - dependency-name: bytes dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo-deps - dependency-name: hyper-util dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-deps - dependency-name: axum dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-deps - dependency-name: tower dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-deps - dependency-name: tower-http dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-deps - dependency-name: env_logger dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-deps - dependency-name: hyper dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo-deps - dependency-name: serde_derive dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-deps - dependency-name: postcard dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo-deps ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 69e3b5f commit 5c256a5

File tree

17 files changed

+305
-246
lines changed

17 files changed

+305
-246
lines changed

Cargo.lock

+271-212
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/dyn_create_destroy_apps/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ gloo = "0.11"
1313
wasm-bindgen = "0.2"
1414

1515
[dependencies.web-sys]
16-
version = "0.3.70"
16+
version = "0.3.77"
1717
features = [
1818
"Document",
1919
"Element",

examples/keyed_list/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ edition = "2021"
66
license = "MIT OR Apache-2.0"
77

88
[dependencies]
9-
fake = "2.10.0"
9+
fake = "3.1.0"
1010
getrandom = { version = "0.2", features = ["js"] }
1111
instant = { version = "0.1", features = ["wasm-bindgen"] }
1212
log = "0.4"

examples/password_strength/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ edition = "2021"
88
[dependencies]
99
yew = { path = "../../packages/yew", features = ["csr"] }
1010
zxcvbn = "3.1.0"
11-
time = "0.3.36"
11+
time = "0.3.37"
1212
js-sys = "0.3.70"
1313
web-sys = { version = "0.3", features = ["Event","EventTarget","InputEvent"] }
1414
wasm-bindgen = "0.2"

examples/simple_ssr/Cargo.toml

+5-5
Original file line numberDiff line numberDiff line change
@@ -14,19 +14,19 @@ required-features = ["ssr"]
1414

1515
[dependencies]
1616
yew = { path = "../../packages/yew" }
17-
reqwest = { version = "0.12.8", features = ["json"] }
18-
serde = { version = "1.0.210", features = ["derive"] }
19-
uuid = { version = "1.10.0", features = ["serde"] }
17+
reqwest = { version = "0.12.9", features = ["json"] }
18+
serde = { version = "1.0.217", features = ["derive"] }
19+
uuid = { version = "1.12.0", features = ["serde"] }
2020
futures = "0.3"
21-
bytes = "1.7"
21+
bytes = "1.9"
2222

2323
[target.'cfg(target_arch = "wasm32")'.dependencies]
2424
wasm-bindgen-futures = "0.4"
2525
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.0", features = ["full"] }
3030
warp = "0.3"
3131
clap = { version = "4", features = ["derive"] }
3232

examples/ssr_router/Cargo.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -18,20 +18,20 @@ yew = { path = "../../packages/yew" }
1818
function_router = { path = "../function_router" }
1919
log = "0.4"
2020
futures = { version = "0.3", features = ["std"], default-features = false }
21-
hyper-util = "0.1.9"
21+
hyper-util = "0.1.10"
2222

2323
[target.'cfg(target_arch = "wasm32")'.dependencies]
2424
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.0", features = ["full"] }
2929
axum = "0.7"
3030
tower = { version = "0.5", features = ["make"] }
3131
tower-http = { version = "0.6", features = ["fs"] }
3232
env_logger = "0.11"
3333
clap = { version = "4", features = ["derive"] }
34-
hyper = { version = "1.4", features = ["server", "http1"] }
34+
hyper = { version = "1.5", features = ["server", "http1"] }
3535

3636
[target.'cfg(unix)'.dependencies]
3737
jemallocator = "0.5"

examples/web_worker_fib/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ wasm-bindgen = "0.2"
1111
js-sys = "0.3"
1212
web-sys = { version = "0.3", features = [ "HtmlInputElement" ] }
1313
serde = { version = "1", features = ["derive"] }
14-
postcard = "1.0.10"
14+
postcard = "1.1.1"

examples/web_worker_prime/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ edition = "2021"
66
[dependencies]
77
yew-agent = { path = "../../packages/yew-agent" }
88
yew = { path = "../../packages/yew", features = ["csr"] }
9-
futures = "0.3.30"
9+
futures = "0.3.31"
1010
primes = "0.4.0"
11-
serde = { version = "1.0.210", features = ["derive"] }
11+
serde = { version = "1.0.217", features = ["derive"] }

packages/yew-agent/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ futures = "0.3"
2020
yew-agent-macro = { version = "0.2", path = "../yew-agent-macro" }
2121

2222
[dev-dependencies]
23-
serde = "1.0.210"
23+
serde = "1.0.217"

packages/yew-router/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ gloo = { version = "0.11", features = ["futures"] }
2121
route-recognizer = "0.3"
2222
serde = "1"
2323
serde_urlencoded = "0.7.1"
24-
tracing = "0.1.40"
24+
tracing = "0.1.41"
2525
urlencoding = "2.1.3"
2626

2727
[dependencies.web-sys]

packages/yew/Cargo.toml

+6-6
Original file line numberDiff line numberDiff line change
@@ -24,26 +24,26 @@ js-sys = "0.3"
2424
slab = "0.4"
2525
wasm-bindgen = "0.2"
2626
yew-macro = { version = "^0.21.0", path = "../yew-macro" }
27-
thiserror = "1.0"
27+
thiserror = "2.0"
2828
futures = { version = "0.3", default-features = false, features = ["std"] }
2929
html-escape = { version = "0.2.13", optional = true }
3030
implicit-clone = { version = "0.5", features = ["map"] }
3131
base64ct = { version = "1.6.0", features = ["std"], optional = true }
3232
bincode = { version = "1.3.3", optional = true }
3333
serde = { version = "1", features = ["derive"] }
34-
tracing = "0.1.40"
35-
tokise = "0.1.0"
34+
tracing = "0.1.41"
35+
tokise = "0.2.0"
3636
rustversion = "1"
3737

3838
[target.'cfg(target_arch = "wasm32")'.dependencies]
3939
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]
46-
version = "^0.3.70"
46+
version = "^0.3.77"
4747
features = [
4848
"AnimationEvent",
4949
"Document",
@@ -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-core/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ name = "vnode"
1010
harness = false
1111

1212
[dependencies]
13-
divan = "0.1.14"
13+
divan = "0.1.17"
1414
yew = { path = "../../packages/yew" }

tools/benchmark-hooks/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ crate-type = ["cdylib"]
1010
[dependencies]
1111
rand = { version = "0.8.5", features = ["small_rng"] }
1212
getrandom = { version = "0.2.15", features = ["js"] }
13-
wasm-bindgen = "0.2.92"
14-
web-sys = { version = "0.3.70", features = ["Window"]}
13+
wasm-bindgen = "0.2.100"
14+
web-sys = { version = "0.3.77", features = ["Window"]}
1515
yew = { version = "0.21.0", features = ["csr"], path = "../../packages/yew" }
1616

1717
[package.metadata.wasm-pack.profile.release]

tools/benchmark-ssr/Cargo.toml

+5-5
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ 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"
13-
tabled = "0.16.0"
14-
indicatif = "0.17.8"
15-
serde = { version = "1.0.210", features = ["derive"] }
16-
serde_json = "1.0.128"
13+
tabled = "0.17.0"
14+
indicatif = "0.17.9"
15+
serde = { version = "1.0.217", features = ["derive"] }
16+
serde_json = "1.0.135"
1717
clap = { version = "4", features = ["derive"] }
1818

1919
[target.'cfg(unix)'.dependencies]

tools/benchmark-struct/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ crate-type = ["cdylib"]
1010
[dependencies]
1111
rand = { version = "0.8.5", features = ["small_rng"] }
1212
getrandom = { version = "0.2.15", features = ["js"] }
13-
wasm-bindgen = "0.2.92"
14-
web-sys = { version = "0.3.70", features = ["Window"]}
13+
wasm-bindgen = "0.2.100"
14+
web-sys = { version = "0.3.77", features = ["Window"]}
1515
yew = { version = "0.21.0", features = ["csr"], path = "../../packages/yew" }
1616

1717
[package.metadata.wasm-pack.profile.release]

tools/changelog/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ edition = "2021"
99
[dependencies]
1010
anyhow = "1"
1111
chrono = "0.4"
12-
git2 = "0.19"
12+
git2 = "0.20"
1313
regex = "1"
1414
reqwest = { version = "0.12", features = ["blocking", "json"] }
1515
serde = { version = "1", features = ["derive"] }

tools/website-test/Cargo.toml

+1-1
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.0", features = ["rt", "macros"] }
2323

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

0 commit comments

Comments
 (0)