Skip to content

chore(deps): bump the cargo-deps group with 4 updates#4075

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/cargo/cargo-deps-3fe160e183
Open

chore(deps): bump the cargo-deps group with 4 updates#4075
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/cargo/cargo-deps-3fe160e183

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 20, 2026

Bumps the cargo-deps group with 4 updates: tokise, toml, yew-autoprops and fake.

Updates tokise from 0.2.0 to 0.2.1

Release notes

Sourced from tokise's releases.

v0.2.1

What's Changed

  • Fix nightly doc build by removing the removed doc_auto_cfg feature flag (merged into doc_cfg in Rust 1.92.0) by @​Madoshakalaka
  • Modernize CI: replace archived actions-rs actions with dtolnay/rust-toolchain and direct cargo commands, bump actions/checkout to v6

Fixes

Full Changelog: yewstack/tokise@v0.2.0...v0.2.1

Commits

Updates toml from 1.0.6+spec-1.1.0 to 1.0.7+spec-1.1.0

Commits

Updates yew-autoprops from 0.4.1 to 0.5.0

Release notes

Sourced from yew-autoprops's releases.

v0.5.0

MSRV raised to 1.85.0 to align with yew 0.23

Breaking

Reference types in function component signatures were ignored but now they will be copied to the generated struct. (#13 by @​kirillsemyonkin )

This helps with ergonomics: the very ugly &&'static str pattern can be simplified to just &'static str now. So this compiles just fine now:

#[autoprops]
#[component]
pub fn Foo(bar: &'static str) -> Html {
  // ...
}
#[component]
pub fn App() -> Html {
html! {
<Foo bar="bar" />
}
}

This is almost never breaking, unless you had this kind of code for some reason:

#[autoprops]
#[component]
pub fn Foo(bar: &'static String) -> Html { // the `&'static` used to be stripped by autoprops
  // ...
}
#[component]
pub fn App() -> Html {
html! {
<Foo bar={String::from("bar")} /> // so that you could just pass a String
}
}

Now you have to pass some kind of Box::leak(Box::new(String::from("bar"))) fr fr

Commits
  • 3b0b092 chore: Release yew-autoprops version 0.5.0 (#15)
  • 53eeb0b Treat some references differently for ergonomics (#13)
  • 018b8be Update for yew 0.23: use #[component], modernize CI (#14)
  • See full diff in compare view

Updates fake from 4.4.0 to 5.1.0

Release notes

Sourced from fake's releases.

v5.0.0

What's Changed

New Contributors

Full Changelog: cksac/fake-rs@v4.4.0...v5.0.0

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the cargo-deps group with 4 updates: [tokise](https://github.com/yewstack/tokise), [toml](https://github.com/toml-rs/toml), [yew-autoprops](https://github.com/yewstack/yew-autoprops) and [fake](https://github.com/cksac/fake-rs).


Updates `tokise` from 0.2.0 to 0.2.1
- [Release notes](https://github.com/yewstack/tokise/releases)
- [Commits](yewstack/tokise@v0.2.0...v0.2.1)

Updates `toml` from 1.0.6+spec-1.1.0 to 1.0.7+spec-1.1.0
- [Commits](toml-rs/toml@toml-v1.0.6...toml-v1.0.7)

Updates `yew-autoprops` from 0.4.1 to 0.5.0
- [Release notes](https://github.com/yewstack/yew-autoprops/releases)
- [Commits](yewstack/yew-autoprops@v0.4.1...v0.5.0)

Updates `fake` from 4.4.0 to 5.1.0
- [Release notes](https://github.com/cksac/fake-rs/releases)
- [Commits](https://github.com/cksac/fake-rs/commits)

---
updated-dependencies:
- dependency-name: tokise
  dependency-version: 0.2.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-deps
- dependency-name: toml
  dependency-version: 1.0.7+spec-1.1.0
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-deps
- dependency-name: yew-autoprops
  dependency-version: 0.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-deps
- dependency-name: fake
  dependency-version: 5.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: cargo-deps
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Mar 20, 2026
@github-actions
Copy link

Visit the preview URL for this PR (updated for commit 65905c5):

https://yew-rs-api--pr4075-dependabot-cargo-car-udcwl8er.web.app

(expires Fri, 27 Mar 2026 03:17:51 GMT)

🔥 via Firebase Hosting GitHub Action 🌎

@github-actions
Copy link

Benchmark - core

Yew Master

vnode           fastest       │ slowest       │ median        │ mean          │ samples │ iters
╰─ vnode_clone  2.176 ns      │ 3.447 ns      │ 2.179 ns      │ 2.365 ns      │ 100     │ 1000000000

Pull Request

vnode           fastest       │ slowest       │ median        │ mean          │ samples │ iters
╰─ vnode_clone  2.173 ns      │ 3.42 ns       │ 2.179 ns      │ 2.195 ns      │ 100     │ 1000000000

@github-actions
Copy link

Benchmark - SSR

Yew Master

Details
Benchmark Round Min (ms) Max (ms) Mean (ms) Standard Deviation
Baseline 10 291.156 295.927 291.805 1.453
Hello World 10 488.663 511.229 493.144 6.512
Function Router 10 32103.804 32748.722 32354.553 202.090
Concurrent Task 10 1005.436 1007.456 1006.990 0.658
Many Providers 10 1055.073 1103.508 1073.086 15.727

Pull Request

Details
Benchmark Round Min (ms) Max (ms) Mean (ms) Standard Deviation
Baseline 10 291.059 291.550 291.336 0.167
Hello World 10 479.426 496.080 484.237 5.517
Function Router 10 31775.873 32218.930 31915.788 135.536
Concurrent Task 10 1005.418 1007.636 1006.996 0.760
Many Providers 10 1068.228 1102.986 1083.174 10.896

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file rust Pull requests that update Rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants