Skip to content

Commit

Permalink
Bump the cargo-deps group with 6 updates (#3738)
Browse files Browse the repository at this point in the history
Bumps the cargo-deps group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [thiserror](https://github.com/dtolnay/thiserror) | `1.0.63` | `1.0.64` |
| [clap](https://github.com/clap-rs/clap) | `4.5.17` | `4.5.18` |
| [fake](https://github.com/cksac/fake-rs) | `2.9.2` | `2.10.0` |
| [hyper-util](https://github.com/hyperium/hyper-util) | `0.1.8` | `0.1.9` |
| [axum](https://github.com/tokio-rs/axum) | `0.7.5` | `0.7.6` |
| [tower-http](https://github.com/tower-rs/tower-http) | `0.6.0` | `0.6.1` |


Updates `thiserror` from 1.0.63 to 1.0.64
- [Release notes](https://github.com/dtolnay/thiserror/releases)
- [Commits](dtolnay/thiserror@1.0.63...1.0.64)

Updates `clap` from 4.5.17 to 4.5.18
- [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.17...clap_complete-v4.5.18)

Updates `fake` from 2.9.2 to 2.10.0
- [Commits](https://github.com/cksac/fake-rs/commits)

Updates `hyper-util` from 0.1.8 to 0.1.9
- [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.8...v0.1.9)

Updates `axum` from 0.7.5 to 0.7.6
- [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.5...axum-v0.7.6)

Updates `tower-http` from 0.6.0 to 0.6.1
- [Release notes](https://github.com/tower-rs/tower-http/releases)
- [Commits](tower-rs/tower-http@tower-http-0.6.0...tower-http-0.6.1)

---
updated-dependencies:
- dependency-name: thiserror
  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: fake
  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-http
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-deps
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 29, 2024
1 parent 5a46ee2 commit 2e464ed
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 42 deletions.
66 changes: 26 additions & 40 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion examples/keyed_list/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition = "2021"
license = "MIT OR Apache-2.0"

[dependencies]
fake = "2.9.2"
fake = "2.10.0"
getrandom = { version = "0.2", features = ["js"] }
instant = { version = "0.1", features = ["wasm-bindgen"] }
log = "0.4"
Expand Down
2 changes: 1 addition & 1 deletion examples/ssr_router/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ yew = { path = "../../packages/yew" }
function_router = { path = "../function_router" }
log = "0.4"
futures = { version = "0.3", features = ["std"], default-features = false }
hyper-util = "0.1.8"
hyper-util = "0.1.9"

[target.'cfg(target_arch = "wasm32")'.dependencies]
wasm-bindgen-futures = "0.4"
Expand Down

1 comment on commit 2e464ed

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yew master branch benchmarks (Lower is better)

Benchmark suite Current: 2e464ed Previous: 5a46ee2 Ratio
yew-hooks-v0.21.0-keyed 01_run1k 195.5 201 0.97
yew-hooks-v0.21.0-keyed 02_replace1k 220.4 224.7 0.98
yew-hooks-v0.21.0-keyed 03_update10th1k_x16 93 91.2 1.02
yew-hooks-v0.21.0-keyed 04_select1k 41.7 40.8 1.02
yew-hooks-v0.21.0-keyed 05_swap1k 103 104.2 0.99
yew-hooks-v0.21.0-keyed 06_remove-one-1k 76.7 82.1 0.93
yew-hooks-v0.21.0-keyed 07_create10k 2234.4 2293 0.97
yew-hooks-v0.21.0-keyed 08_create1k-after1k_x2 226.4 230.5 0.98
yew-hooks-v0.21.0-keyed 09_clear1k_x8 87.9 90.6 0.97
yew-hooks-v0.21.0-keyed 21_ready-memory 2.111726760864258 2.0896072387695312 1.01
yew-hooks-v0.21.0-keyed 22_run-memory 6.3123273849487305 6.304267883300781 1.00
yew-hooks-v0.21.0-keyed 23_update5-memory 6.574958801269531 6.5723772048950195 1.00
yew-hooks-v0.21.0-keyed 25_run-clear-memory 5.153598785400391 5.123734474182129 1.01
yew-hooks-v0.21.0-keyed 26_run-10k-memory 42.7967643737793 42.77216053009033 1.00
yew-hooks-v0.21.0-keyed 41_size-uncompressed 167.5 167.5 1
yew-hooks-v0.21.0-keyed 42_size-compressed 54.5 54.6 1.00
yew-hooks-v0.21.0-keyed 43_first-paint 427.3 425.8 1.00
yew-v0.21.0-keyed 01_run1k 192.1 198.8 0.97
yew-v0.21.0-keyed 02_replace1k 217.7 233.9 0.93
yew-v0.21.0-keyed 03_update10th1k_x16 70.1 71 0.99
yew-v0.21.0-keyed 04_select1k 16.9 16.4 1.03
yew-v0.21.0-keyed 05_swap1k 81.1 80 1.01
yew-v0.21.0-keyed 06_remove-one-1k 65.7 66.5 0.99
yew-v0.21.0-keyed 07_create10k 2230.9 2255.5 0.99
yew-v0.21.0-keyed 08_create1k-after1k_x2 214.8 224.5 0.96
yew-v0.21.0-keyed 09_clear1k_x8 85.1 89.9 0.95
yew-v0.21.0-keyed 21_ready-memory 2.114208221435547 1.7947502136230469 1.18
yew-v0.21.0-keyed 22_run-memory 6.249398231506348 6.20775032043457 1.01
yew-v0.21.0-keyed 23_update5-memory 6.373266220092773 6.342177391052246 1.00
yew-v0.21.0-keyed 25_run-clear-memory 5.01600456237793 5.004121780395508 1.00
yew-v0.21.0-keyed 26_run-10k-memory 41.51228141784668 41.53813362121582 1.00
yew-v0.21.0-keyed 41_size-uncompressed 165.5 165.4 1.00
yew-v0.21.0-keyed 42_size-compressed 54.4 54.3 1.00
yew-v0.21.0-keyed 43_first-paint 412.4 427.3 0.97

This comment was automatically generated by workflow using github-action-benchmark.

Please sign in to comment.