-
Notifications
You must be signed in to change notification settings - Fork 59
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bump the all group across 1 directory with 22 updates #4125
Closed
+324
−96
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 all group with 22 updates in the / directory: | Package | From | To | | --- | --- | --- | | [blake3](https://github.com/BLAKE3-team/BLAKE3) | `1.5.5` | `1.6.0` | | [derive_more](https://github.com/JelteF/derive_more) | `1.0.0` | `2.0.1` | | [rand](https://github.com/rust-random/rand) | `0.8.5` | `0.9.0` | | [rand_chacha](https://github.com/rust-random/rand) | `0.3.1` | `0.9.0` | | [serde_json](https://github.com/serde-rs/json) | `1.0.138` | `1.0.139` | | [sha2](https://github.com/RustCrypto/hashes) | `0.9.9` | `0.10.8` | | [toml](https://github.com/toml-rs/toml) | `0.8.19` | `0.8.20` | | [typenum](https://github.com/paholg/typenum) | `1.17.0` | `1.18.0` | | [clap](https://github.com/clap-rs/clap) | `4.5.27` | `4.5.30` | | [anyhow](https://github.com/dtolnay/anyhow) | `1.0.95` | `1.0.96` | | [itertools](https://github.com/rust-itertools/itertools) | `0.12.1` | `0.14.0` | | [async-tungstenite](https://github.com/sdroege/async-tungstenite) | `0.13.1` | `0.29.1` | | [bytes](https://github.com/tokio-rs/bytes) | `1.9.0` | `1.10.0` | | [data-encoding](https://github.com/ia0/data-encoding) | `2.7.0` | `2.8.0` | | [downcast-rs](https://github.com/marcianx/downcast-rs) | `1.2.1` | `2.0.1` | | [getrandom](https://github.com/rust-random/getrandom) | `0.2.15` | `0.3.1` | | [smallvec](https://github.com/servo/rust-smallvec) | `1.13.2` | `1.14.0` | | [standback](https://github.com/jhpratt/standback) | `0.2.17` | `0.4.4` | | [toml_edit](https://github.com/toml-rs/toml) | `0.22.23` | `0.22.24` | | [tungstenite](https://github.com/snapview/tungstenite-rs) | `0.13.0` | `0.26.2` | | [uint](https://github.com/paritytech/parity-common) | `0.9.5` | `0.10.0` | | [derive_more-impl](https://github.com/JelteF/derive_more) | `1.0.0` | `2.0.1` | Updates `blake3` from 1.5.5 to 1.6.0 - [Release notes](https://github.com/BLAKE3-team/BLAKE3/releases) - [Commits](BLAKE3-team/BLAKE3@1.5.5...1.6.0) 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 `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 `rand_chacha` from 0.3.1 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@rand_chacha-0.3.1...0.9.0) 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 `sha2` from 0.9.9 to 0.10.8 - [Commits](RustCrypto/hashes@sha2-v0.9.9...sha2-v0.10.8) Updates `toml` from 0.8.19 to 0.8.20 - [Commits](toml-rs/toml@toml-v0.8.19...toml-v0.8.20) Updates `typenum` from 1.17.0 to 1.18.0 - [Release notes](https://github.com/paholg/typenum/releases) - [Changelog](https://github.com/paholg/typenum/blob/main/CHANGELOG.md) - [Commits](paholg/typenum@v1.17.0...v1.18.0) Updates `clap` from 4.5.27 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.27...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 `itertools` from 0.12.1 to 0.14.0 - [Changelog](https://github.com/rust-itertools/itertools/blob/master/CHANGELOG.md) - [Commits](rust-itertools/itertools@v0.12.1...v0.14.0) Updates `async-tungstenite` from 0.13.1 to 0.29.1 - [Changelog](https://github.com/sdroege/async-tungstenite/blob/main/CHANGELOG.md) - [Commits](sdroege/async-tungstenite@0.13.1...0.29.1) Updates `bytes` from 1.9.0 to 1.10.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.9.0...v1.10.0) Updates `data-encoding` from 2.7.0 to 2.8.0 - [Commits](ia0/data-encoding@v2.7.0...v2.8.0) Updates `downcast-rs` from 1.2.1 to 2.0.1 - [Changelog](https://github.com/marcianx/downcast-rs/blob/master/CHANGELOG.md) - [Commits](marcianx/downcast-rs@v1.2.1...v2.0.1) Updates `getrandom` from 0.2.15 to 0.3.1 - [Changelog](https://github.com/rust-random/getrandom/blob/master/CHANGELOG.md) - [Commits](rust-random/getrandom@v0.2.15...v0.3.1) Updates `smallvec` from 1.13.2 to 1.14.0 - [Release notes](https://github.com/servo/rust-smallvec/releases) - [Commits](servo/rust-smallvec@v1.13.2...v1.14.0) Updates `standback` from 0.2.17 to 0.4.4 - [Release notes](https://github.com/jhpratt/standback/releases) - [Commits](jhpratt/standback@v0.2.17...v0.4.4) Updates `toml_edit` from 0.22.23 to 0.22.24 - [Commits](toml-rs/toml@v0.22.23...v0.22.24) Updates `tungstenite` from 0.13.0 to 0.26.2 - [Changelog](https://github.com/snapview/tungstenite-rs/blob/master/CHANGELOG.md) - [Commits](snapview/tungstenite-rs@v0.13.0...v0.26.2) Updates `uint` from 0.9.5 to 0.10.0 - [Commits](paritytech/parity-common@uint-v0.9.5...uint-v0.10.0) Updates `derive_more-impl` 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) --- updated-dependencies: - dependency-name: blake3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: derive_more dependency-type: direct:production update-type: version-update:semver-major dependency-group: all - dependency-name: rand dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: rand_chacha dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: serde_json dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: sha2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: toml dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: typenum dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: anyhow dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: itertools dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: async-tungstenite dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: bytes dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: data-encoding dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: downcast-rs dependency-type: direct:production update-type: version-update:semver-major dependency-group: all - dependency-name: getrandom dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: smallvec dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: standback dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: toml_edit dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: tungstenite dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: uint dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: derive_more-impl dependency-type: direct:production update-type: version-update:semver-major dependency-group: all ... Signed-off-by: dependabot[bot] <support@github.com>
Looks like these dependencies are updatable in another way, so this is no longer needed. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
0 participants
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 all group with 22 updates in the / directory:
1.5.5
1.6.0
1.0.0
2.0.1
0.8.5
0.9.0
0.3.1
0.9.0
1.0.138
1.0.139
0.9.9
0.10.8
0.8.19
0.8.20
1.17.0
1.18.0
4.5.27
4.5.30
1.0.95
1.0.96
0.12.1
0.14.0
0.13.1
0.29.1
1.9.0
1.10.0
2.7.0
2.8.0
1.2.1
2.0.1
0.2.15
0.3.1
1.13.2
1.14.0
0.2.17
0.4.4
0.22.23
0.22.24
0.13.0
0.26.2
0.9.5
0.10.0
1.0.0
2.0.1
Updates
blake3
from 1.5.5 to 1.6.0Release notes
Sourced from blake3's releases.
Commits
f8c5f7d
version 1.6.0d4da215
update b3sum/Cargo.lockc0938ee
AddHash::from_slice
to handle conversion from&[u8]
bytes41b5c02
fix build.rs errors on win7 targetsa12fa7b
remove checks that memmap2 does internally96d90e6
replace a couple deprecated functions in benchmarks720eac9
upgrade rand to v0.9d2e8069
add missing MAYBE_UNUSED5c8b350
another Windows-style newlines testUpdates
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
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
rand_chacha
from 0.3.1 to 0.9.0Release notes
Sourced from rand_chacha's releases.
... (truncated)
Changelog
Sourced from rand_chacha'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
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
sha2
from 0.9.9 to 0.10.8Commits
28a7b0d
Update Cargo.lockc6decdf
sha2: Add inline-asm backend for LoongArch64 targets (#507)026b0e8
md5: minor code tweaks, bump to v0.10.6 (#506)a24e8b7
md5: Add inline-asm backend for LoongArch64 targets (#505)7aba4b5
Add asm!-based backend for LoongArch64 targets (#504)dcfd5a5
build(deps): bump actions/checkout from 3 to 4 (#501)4372c77
CI: replace MIPS cross tests with PPC32 (#503)42d3a25
k12: fix incorrect hash calculation (#499)342dbfa
Update asm dependencies (#498)59176e0
Update Clippy and fix lintsUpdates
toml
from 0.8.19 to 0.8.20Commits
f550dbf
chore: Release25587db
docs: Update changelogfbc77ec
Merge pull request #829 from tisonkun/map-get-kv4605a64
fea: impl Map get_key_value8efc81e
chore(deps): Update Rust crate serde_json to v1.0.138 (#828)15496f1
chore: Release1131ce8
docs: Update changelog4776fca
Merge pull request #827 from epage/winnow07754769b
chore: Upgrade to Winnow 0.79415da2
refactor(parser): Switch to ModalParserUpdates
typenum
from 1.17.0 to 1.18.0Release notes
Sourced from typenum's releases.
Changelog
Sourced from typenum's changelog.
Commits
67584b5
Version 1.18 (#221)e5dffdd
feat:FoldAdd
andFoldMul
(#209)2488205
Merge branch 'kgullion-elixir-style-tarr'74d63c1
Add constant for 3600 (#220)83e03f5
Check-in generated code (#219)372a281
Fix CI build, introduce justfile (#218)4bccf7d
Setup nix flake9eec4b7
Add constant for 3600 (#220)bab772b
Check-in generated code (#219)137863c
Fix CI build, introduce justfile (#218)Updates
clap
from 4.5.27 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
itertools
from 0.12.1 to 0.14.0Changelog
Sourced from itertools's changelog.
... (truncated)
Commits
a015a68
Addnext_array
andcollect_array
a1213e1
Prepare v0.14.0 releaseff0c942
fix clippy lintsf80883b
Fix into_group_map_by documentation errorsb793238
Add track_caller for asser_equal5d4056b
default_features
is deprecated - switch it todefau...
Description has been truncated