-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Bump the cargo-deps group across 1 directory with 17 updates #3807
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Bumps the cargo-deps group with 16 updates in the / directory: | Package | From | To | | --- | --- | --- | | [thiserror](https://github.com/dtolnay/thiserror) | `1.0.69` | `2.0.11` | | [serde](https://github.com/serde-rs/serde) | `1.0.217` | `1.0.218` | | [tokise](https://github.com/yewstack/tokise) | `0.1.0` | `0.2.0` | | [rand](https://github.com/rust-random/rand) | `0.8.5` | `0.9.0` | | [tabled](https://github.com/zhiburt/tabled) | `0.16.0` | `0.18.0` | | [serde_json](https://github.com/serde-rs/json) | `1.0.138` | `1.0.139` | | [clap](https://github.com/clap-rs/clap) | `4.5.29` | `4.5.30` | | [anyhow](https://github.com/dtolnay/anyhow) | `1.0.95` | `1.0.96` | | [git2](https://github.com/rust-lang/git2-rs) | `0.19.0` | `0.20.0` | | [strum](https://github.com/Peternator7/strum) | `0.26.3` | `0.27.1` | | [derive_more](https://github.com/JelteF/derive_more) | `1.0.0` | `2.0.1` | | [strum_macros](https://github.com/Peternator7/strum) | `0.26.4` | `0.27.1` | | [pulldown-cmark](https://github.com/raphlinus/pulldown-cmark) | `0.12.2` | `0.13.0` | | [fake](https://github.com/cksac/fake-rs) | `2.10.0` | `4.0.0` | | [uuid](https://github.com/uuid-rs/uuid) | `1.13.1` | `1.14.0` | | [axum](https://github.com/tokio-rs/axum) | `0.7.9` | `0.8.1` | Updates `thiserror` from 1.0.69 to 2.0.11 - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](dtolnay/thiserror@1.0.69...2.0.11) Updates `serde` from 1.0.217 to 1.0.218 - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](serde-rs/serde@v1.0.217...v1.0.218) 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 `rand` from 0.8.5 to 0.9.0 - [Release notes](https://github.com/rust-random/rand/releases) - [Changelog](https://github.com/rust-random/rand/blob/master/CHANGELOG.md) - [Commits](rust-random/rand@0.8.5...0.9.0) Updates `tabled` from 0.16.0 to 0.18.0 - [Changelog](https://github.com/zhiburt/tabled/blob/master/CHANGELOG.md) - [Commits](https://github.com/zhiburt/tabled/commits) Updates `serde_json` from 1.0.138 to 1.0.139 - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](serde-rs/json@v1.0.138...v1.0.139) Updates `clap` from 4.5.29 to 4.5.30 - [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.29...clap_complete-v4.5.30) Updates `anyhow` from 1.0.95 to 1.0.96 - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](dtolnay/anyhow@1.0.95...1.0.96) 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 `strum` from 0.26.3 to 0.27.1 - [Release notes](https://github.com/Peternator7/strum/releases) - [Changelog](https://github.com/Peternator7/strum/blob/master/CHANGELOG.md) - [Commits](Peternator7/strum@v0.26.3...v0.27.1) Updates `derive_more` from 1.0.0 to 2.0.1 - [Release notes](https://github.com/JelteF/derive_more/releases) - [Changelog](https://github.com/JelteF/derive_more/blob/master/CHANGELOG.md) - [Commits](JelteF/derive_more@v1.0.0...v2.0.1) Updates `strum_macros` from 0.26.4 to 0.27.1 - [Release notes](https://github.com/Peternator7/strum/releases) - [Changelog](https://github.com/Peternator7/strum/blob/master/CHANGELOG.md) - [Commits](https://github.com/Peternator7/strum/commits/v0.27.1) Updates `pulldown-cmark` from 0.12.2 to 0.13.0 - [Release notes](https://github.com/raphlinus/pulldown-cmark/releases) - [Commits](pulldown-cmark/pulldown-cmark@v0.12.2...v0.13.0) Updates `fake` from 2.10.0 to 4.0.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) Updates `uuid` from 1.13.1 to 1.14.0 - [Release notes](https://github.com/uuid-rs/uuid/releases) - [Commits](uuid-rs/uuid@1.13.1...v1.14.0) Updates `axum` from 0.7.9 to 0.8.1 - [Release notes](https://github.com/tokio-rs/axum/releases) - [Changelog](https://github.com/tokio-rs/axum/blob/main/CHANGELOG.md) - [Commits](https://github.com/tokio-rs/axum/commits) Updates `serde_derive` from 1.0.217 to 1.0.218 - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](serde-rs/serde@v1.0.217...v1.0.218) --- updated-dependencies: - dependency-name: thiserror dependency-type: direct:production update-type: version-update:semver-major dependency-group: cargo-deps - dependency-name: serde 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: rand dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo-deps - dependency-name: tabled dependency-type: direct:production update-type: version-update:semver-minor 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: git2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo-deps - dependency-name: strum dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo-deps - dependency-name: derive_more dependency-type: direct:production update-type: version-update:semver-major dependency-group: cargo-deps - dependency-name: strum_macros dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo-deps - dependency-name: pulldown-cmark dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo-deps - dependency-name: fake dependency-type: direct:production update-type: version-update:semver-major dependency-group: cargo-deps - dependency-name: uuid dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo-deps - dependency-name: axum 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 ... Signed-off-by: dependabot[bot] <support@github.com>
Size Comparison
✅ None of the examples has changed their size significantly. |
Visit the preview URL for this PR (updated for commit 2eaef81): https://yew-rs-api--pr3807-dependabot-cargo-car-0phaye4u.web.app (expires Fri, 28 Feb 2025 05:55:15 GMT) 🔥 via Firebase Hosting GitHub Action 🌎 |
Benchmark - coreYew Master
Pull Request
|
Benchmark - SSRYew Master
Pull Request
|
Madoshakalaka
approved these changes
Feb 21, 2025
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
Labels
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bumps the cargo-deps group with 16 updates in the / directory:
1.0.69
2.0.11
1.0.217
1.0.218
0.1.0
0.2.0
0.8.5
0.9.0
0.16.0
0.18.0
1.0.138
1.0.139
4.5.29
4.5.30
1.0.95
1.0.96
0.19.0
0.20.0
0.26.3
0.27.1
1.0.0
2.0.1
0.26.4
0.27.1
0.12.2
0.13.0
2.10.0
4.0.0
1.13.1
1.14.0
0.7.9
0.8.1
Updates
thiserror
from 1.0.69 to 2.0.11Release notes
Sourced from thiserror's releases.
... (truncated)
Commits
0f532e3
Release 2.0.113d15543
Merge pull request #410 from dtolnay/testnostd1a226ae
Disable two more integration tests in no-std mode8b5f2d7
Fix unused import in test when built without stdeecd247
Add CI step to test with "std" disabled8f2a76b
Merge pull request #409 from Maytha8/std-tests693a6cd
Add feature gate to tests that use std349f696
Release 2.0.106cd87bc
Merge pull request #408 from dtolnay/assoctype6b3e1e5
Generate trait bounds on associated typesUpdates
serde
from 1.0.217 to 1.0.218Release notes
Sourced from serde's releases.
Commits
7bfd518
Release 1.0.218723a949
Merge pull request #2895 from dtolnay/stabledoc2b44efb
Point standard library links to stable03dc0fc
Merge pull request #2894 from dtolnay/doclink85cb0c4
Convert html links to intra-doc linksabe7194
Update ui test suite to nightly-2025-02-12aaccac7
Unset doc-scrape-examples for lib target7cd4d84
Update ui test suite to nightly-2025-02-0704ff3e8
More precise gitignore patternsdc3031b
Remove *.sw[po] from gitignoreUpdates
tokise
from 0.1.0 to 0.2.0Release notes
Sourced from tokise's releases.
Commits
cd7aad8
v0.2.02902306
.gitignore IDE configs8f222cf
Rename to Tokise83d97d4
Add WASI support by tokio_wasi (#11)2056845
Bump Swatinem/rust-cache from 1 to 2 (#5)Updates
rand
from 0.8.5 to 0.9.0Changelog
Sourced from rand's changelog.
... (truncated)
Commits
96f8df6
Prepare 0.9.0 release (#1558)34da321
Enablestdarch_x86_avx512
for cpu hasavx512bw
(#1551)b4b1eb7
Re-org with distr::slice, distr::weighted modules (#1548)16eb7de
Add thethread_rng
feature flag (#1547)afa24e4
Fix test status badges (#1544)c681dfc
Create FUNDING.yml9f05e22
Update: getrandom v0.3.0 rc.0 (#1541)88c310b
Fix docs.rs build options (#1539)b879689
Adjust GH Actions (#1538)3fac49f
Prepare 0.9.0-beta.0 (#1535)Updates
tabled
from 0.16.0 to 0.18.0Changelog
Sourced from tabled's changelog.
... (truncated)
Commits
Updates
serde_json
from 1.0.138 to 1.0.139Release notes
Sourced from serde_json's releases.
Commits
4d4f53c
Release 1.0.1395d6b32f
Merge pull request #1242 from dtolnay/writefloate5bb8bd
Document behavior of write_f32/f64 on non-finite floats7a79781
Merge pull request #1241 from dtolnay/doclink13591f1
Convert html links to intra-doc links1d7378e
Unset doc-scrape-examples for lib target1174c5f
Resolve unnecessary_semicolon pedantic clippy lintUpdates
clap
from 4.5.29 to 4.5.30Release notes
Sourced from clap's releases.
Changelog
Sourced from clap's changelog.
Commits
f40b37f
chore: Release63bfe1a
docs: Update changelogd6bd7e2
Merge pull request #5763 from epage/complete0887593
fix(complete): Change ValueHint::Unknown to Other, from AnyPath61ebe72
chore: Release2e3fcc6
docs: Update changelog13dad4c
Merge pull request #5759 from clap-rs/renovate/unicode-width-0.x3ca44c7
Merge pull request #5758 from clap-rs/renovate/terminal_size-0.xd71ae66
Merge pull request #5760 from clap-rs/renovate/stable-1.xa25c734
chore(deps): Update dependency STABLE to v1.81.0Updates
anyhow
from 1.0.95 to 1.0.96Release notes
Sourced from anyhow's releases.
Commits
f0aa0d3
Release 1.0.96bc33c24
Convert html links to intra-doc links1cff785
Unset doc-scrape-examples for lib targetd71c806
More precise gitignore patterns3e40975
Remove **/*.rs.bk from project-specific gitignoreb880dd0
Ignore Cargo-generated tests/crate/target directory8891ce3
Merge pull request #404 from dtolnay/missingabi51a173e
Ignore missing_abi lint in nightly-2025-01-164d71a84
Ignore double_ended_iterator_last clippy lintaf0937e
Update ui test suite to nightly-2025-01-02Updates
git2
from 0.19.0 to 0.20.0Changelog
Sourced from git2's changelog.
Commits
14cdc15
Merge pull request #1115 from ehuss/lock-lockedcbf9dd4
Merge pull request #1116 from ehuss/update-timee46a1f9
Check that Cargo.lock is not outdated in CIa4bd932
Update thetime
dev-dependencyca65651
Merge pull request #1113 from ehuss/cargo-locke16a3f9
Merge pull request #1112 from ehuss/check-cfgf538a99
Add a Cargo.lock8ce89e2
Squelch the warning about libgit2_vendored check-cfg92d96ac
Merge pull request #1072 from vcfxb/remove-error-unwraps8977c0c
Merge pull request #1071 from vcfxb/fix-tracing-ubUpdates
strum
from 0.26.3 to 0.27.1Release notes
Sourced from strum's releases.
... (truncated)
Changelog
Sourced from strum's changelog.
... (truncated)
Commits
85d0ae6
Update versions to 0.27.1 everywhere1576a7a
Peternator7/fix transparent typo (#421)23d2952
Create ci.yml9c5fb56
Fix warnings in tests from variants that need to exist, but don't get used (#...030d7b5
Merge branch 'bobozaur-258-transparent-attr'7606dd5
Do some light refactoring to combine similiar code paths togetherb6a357d
Merge branch '258-transparent-attr' of https://github.com/bobozaur/strum into...24e7a4f
Use _ to silence warnings (#418)4c1f6c1
Update docs to actually include new features (#417)9db3c4d
Replace IntoDiscriminant with EnumDiscriminants in macro exports, as (#414)Updates
derive_more
from 1.0.0 to 2.0.1Release notes
Sourced from derive_more's releases.
Changelog
Sourced from derive_more's changelog.
Commits
a78d8ee
chore: Release2aeee4d
Update changelog (#446)5afbaa1
Add Rust Playground metadata (#445)d6c3315
Prepare 2.0.0 release (#444)c5e5e82
Fix unsized fields usage inDisplay
/Debug
derives (#440, #432)d391493
Fix field transparency for top-level shared attribute inDisplay
(#438)f14c7a7
Fix raw identifiers usage inDisplay
/Debug
derives (#434, #431)7b23de3
Updateconvert_case
crate from 0.6 to 0.7 version (#436)cc9957e
Fixcompile_fail
tests and make Clippy happy for 1.84 Rust (#435)17d61c3
Fix transparency and behavior of shared formatting on enums (#395, #377, #411)Updates
strum_macros
from 0.26.4 to 0.27.1Release notes
Sourced from strum_macros's releases.