Bump the cargo-deps group across 1 directory with 8 updates#3907
Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
Closed
Bump the cargo-deps group across 1 directory with 8 updates#3907dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot[bot] wants to merge 1 commit intomasterfrom
Conversation
|
Visit the preview URL for this PR (updated for commit ac4d56c): https://yew-rs-api--pr3907-dependabot-cargo-car-9rvcdgxd.web.app (expires Fri, 29 Aug 2025 03:57:08 GMT) 🔥 via Firebase Hosting GitHub Action 🌎 |
Benchmark - coreYew MasterPull Request |
Bumps the cargo-deps group with 8 updates in the / directory: | Package | From | To | | --- | --- | --- | | [thiserror](https://github.com/dtolnay/thiserror) | `1.0.69` | `2.0.16` | | [implicit-clone](https://github.com/yewstack/implicit-clone) | `0.5.1` | `0.6.0` | | [rand](https://github.com/rust-random/rand) | `0.8.5` | `0.9.2` | | [average](https://github.com/vks/average) | `0.15.1` | `0.16.0` | | [tabled](https://github.com/zhiburt/tabled) | `0.18.0` | `0.20.0` | | [indicatif](https://github.com/console-rs/indicatif) | `0.17.11` | `0.18.0` | | [toml](https://github.com/toml-rs/toml) | `0.8.23` | `0.9.5` | | [warp](https://github.com/seanmonstar/warp) | `0.3.7` | `0.4.2` | Updates `thiserror` from 1.0.69 to 2.0.16 - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](dtolnay/thiserror@1.0.69...2.0.16) Updates `implicit-clone` from 0.5.1 to 0.6.0 - [Commits](yewstack/implicit-clone@v0.5.1...v0.6.0) Updates `rand` from 0.8.5 to 0.9.2 - [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...rand_core-0.9.2) Updates `average` from 0.15.1 to 0.16.0 - [Commits](https://github.com/vks/average/commits) Updates `tabled` from 0.18.0 to 0.20.0 - [Changelog](https://github.com/zhiburt/tabled/blob/master/CHANGELOG.md) - [Commits](https://github.com/zhiburt/tabled/commits) Updates `indicatif` from 0.17.11 to 0.18.0 - [Release notes](https://github.com/console-rs/indicatif/releases) - [Commits](console-rs/indicatif@0.17.11...0.18.0) Updates `toml` from 0.8.23 to 0.9.5 - [Commits](toml-rs/toml@toml-v0.8.23...toml-v0.9.5) Updates `warp` from 0.3.7 to 0.4.2 - [Release notes](https://github.com/seanmonstar/warp/releases) - [Changelog](https://github.com/seanmonstar/warp/blob/master/CHANGELOG.md) - [Commits](seanmonstar/warp@v0.3.7...v0.4.2) --- updated-dependencies: - dependency-name: thiserror dependency-version: 2.0.16 dependency-type: direct:production update-type: version-update:semver-major dependency-group: cargo-deps - dependency-name: implicit-clone dependency-version: 0.6.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo-deps - dependency-name: rand dependency-version: 0.9.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo-deps - dependency-name: average dependency-version: 0.16.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo-deps - dependency-name: tabled dependency-version: 0.20.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo-deps - dependency-name: indicatif dependency-version: 0.18.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo-deps - dependency-name: toml dependency-version: 0.9.5 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo-deps - dependency-name: warp dependency-version: 0.4.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo-deps ... Signed-off-by: dependabot[bot] <support@github.com>
41516f0 to
ac4d56c
Compare
Contributor
Author
|
Looks like these dependencies are updatable in another way, so this is no longer needed. |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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 8 updates in the / directory:
1.0.692.0.160.5.10.6.00.8.50.9.20.15.10.16.00.18.00.20.00.17.110.18.00.8.230.9.50.3.70.4.2Updates
thiserrorfrom 1.0.69 to 2.0.16Release notes
Sourced from thiserror's releases.
... (truncated)
Commits
40b5853Release 2.0.1683dfb5fMerge pull request #429 from dtolnay/nostd9b4a99fAdd to "no-std" crates.io categoryf6145ebRelease 2.0.152717177Merge pull request #427 from dtolnay/caplints2cd13e6Make error_generic_member_access compatible with -Dwarningseea6799Release 2.0.14a2aa6d7Merge pull request #426 from dtolnay/enotemptyf00ebc5Allow build-script cleanup failure with NFSv3 output directory to be non-fatal61f28daRelease 2.0.13Updates
implicit-clonefrom 0.5.1 to 0.6.0Commits
d35c9e3chore: Releasede2b23dIArray and IMap iterators now yields references (#66)ff1665eSwap From<&'static str> with From<&str> for IString (#67)f94a078Remove Single variant of IArray to avoid infinite recursion (#65)3dd57d7Add doc that explains how to mutate IArray (#63)57baf1echore: ReleaseUpdates
randfrom 0.8.5 to 0.9.2Changelog
Sourced from rand's changelog.
... (truncated)
Commits
d3dd415Prepare rand_core 0.9.2 (#1605)99fabd2Prepare rand_core 0.9.2c7fe1c4rand: re-exportrand_core(#1604)db2b1e0rand: re-exportrand_coreee1d96frand_core: implement reborrow forUnwrapMut(#1595)e0eb2eerand_core: implement reborrow forUnwrapMut975f602fixup clippy 1.85 warnings775b05bRelaxSizedrequirements for blanket impls (#1593)ec6d5c0Prepare rand_core v0.9.1 (#1591)6a06056rand_core: introduce an UnwrapMut wrapper (#1589)Updates
averagefrom 0.15.1 to 0.16.0Commits
Updates
tabledfrom 0.18.0 to 0.20.0Changelog
Sourced from tabled's changelog.
... (truncated)
Commits
Updates
indicatiffrom 0.17.11 to 0.18.0Release notes
Sourced from indicatif's releases.
Commits
354b732Bump version to 0.18.0f46ba0aBump version to 0.17.129f08f12Upgrade to console 0.169afc362draw_target: inline the format arg to silence clippy880d8ceSwitch from number_prefix to unit-prefix (#709)458e4dcProgressStyleenable/disable colors based on draw target (#699)abd2181Use width to truncateHumanFloatCountvalues (#696)79ea085Add ProgressBar::force_draw (#689)Updates
tomlfrom 0.8.23 to 0.9.5Commits
bd21148chore: Releaseff1cb9adocs: Update changelog39dd8b6fix(parser): Improve bad quote error messages (#1014)137338echore(deps): Update Rust crate serde_json to v1.0.142 (#1022)2126e6achore: Releasefa2100adocs: Update changelog0c75bbdfeat(toml): Expose DeInteger/DeFloat as_str/radix (#1021)e3d64dffeat(toml): Expose DeFloat::as_strffdd211feat(toml): Expose DeInteger::as_str/radix9e7adccdocs(readme): Fix links to crates (#1020)Updates
warpfrom 0.3.7 to 0.4.2Release notes
Sourced from warp's releases.
Changelog
Sourced from warp's changelog.
Commits
c29f293v0.4.23867d41feat: implement Accept for tokio::net::UnixListener (#1135)d120a0edeps: make futures-channel optional dependency (#1134)3641ea7deps: make hyper optional dependency (#1133)f4d8e08ci: update to actions/checkout v4 (#1131)4f3f653Bumphttp-body-utilmin version to 0.1.2 (#1129)e5001e2Move to minimum working hyper util (#1128)eea3a28v0.4.153bc811docs: ensure Server methods have docs (#1125)8673081fix: server.graceful() had wrong trait boundsDependabot 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 versionwill 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