-
Notifications
You must be signed in to change notification settings - Fork 55
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 16 updates #4101
Closed
+353
−124
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 16 updates in the / directory: | Package | From | To | | --- | --- | --- | | [async-trait](https://github.com/dtolnay/async-trait) | `0.1.85` | `0.1.86` | | [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.137` | `1.0.138` | | [sha2](https://github.com/RustCrypto/hashes) | `0.9.9` | `0.10.8` | | [syn](https://github.com/dtolnay/syn) | `2.0.96` | `2.0.98` | | [itertools](https://github.com/rust-itertools/itertools) | `0.12.1` | `0.14.0` | | [dyn-clone](https://github.com/dtolnay/dyn-clone) | `1.0.17` | `1.0.18` | | [async-tungstenite](https://github.com/sdroege/async-tungstenite) | `0.13.1` | `0.28.2` | | [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` | | [rustls-pki-types](https://github.com/rustls/pki-types) | `1.10.1` | `1.11.0` | | [standback](https://github.com/jhpratt/standback) | `0.2.17` | `0.4.4` | | [toml_edit](https://github.com/toml-rs/toml) | `0.22.22` | `0.22.23` | | [tungstenite](https://github.com/snapview/tungstenite-rs) | `0.13.0` | `0.24.0` | | [uint](https://github.com/paritytech/parity-common) | `0.9.5` | `0.10.0` | Updates `async-trait` from 0.1.85 to 0.1.86 - [Release notes](https://github.com/dtolnay/async-trait/releases) - [Commits](dtolnay/async-trait@0.1.85...0.1.86) 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.137 to 1.0.138 - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](serde-rs/json@v1.0.137...v1.0.138) Updates `sha2` from 0.9.9 to 0.10.8 - [Commits](RustCrypto/hashes@sha2-v0.9.9...sha2-v0.10.8) Updates `syn` from 2.0.96 to 2.0.98 - [Release notes](https://github.com/dtolnay/syn/releases) - [Commits](dtolnay/syn@2.0.96...2.0.98) 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 `dyn-clone` from 1.0.17 to 1.0.18 - [Release notes](https://github.com/dtolnay/dyn-clone/releases) - [Commits](dtolnay/dyn-clone@1.0.17...1.0.18) Updates `async-tungstenite` from 0.13.1 to 0.28.2 - [Changelog](https://github.com/sdroege/async-tungstenite/blob/main/CHANGELOG.md) - [Commits](sdroege/async-tungstenite@0.13.1...0.28.2) 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 `rustls-pki-types` from 1.10.1 to 1.11.0 - [Release notes](https://github.com/rustls/pki-types/releases) - [Commits](rustls/pki-types@v/1.10.1...v/1.11.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.22 to 0.22.23 - [Commits](toml-rs/toml@v0.22.22...v0.22.23) Updates `tungstenite` from 0.13.0 to 0.24.0 - [Changelog](https://github.com/snapview/tungstenite-rs/blob/master/CHANGELOG.md) - [Commits](snapview/tungstenite-rs@v0.13.0...v0.24.0) Updates `uint` from 0.9.5 to 0.10.0 - [Commits](paritytech/parity-common@uint-v0.9.5...uint-v0.10.0) --- updated-dependencies: - dependency-name: async-trait dependency-type: direct:production update-type: version-update:semver-patch 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: syn 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: dyn-clone dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: async-tungstenite 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: rustls-pki-types 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 ... Signed-off-by: dependabot[bot] <[email protected]>
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 16 updates in the / directory:
0.1.85
0.1.86
0.8.5
0.9.0
0.3.1
0.9.0
1.0.137
1.0.138
0.9.9
0.10.8
2.0.96
2.0.98
0.12.1
0.14.0
1.0.17
1.0.18
0.13.1
0.28.2
1.2.1
2.0.1
0.2.15
0.3.1
1.10.1
1.11.0
0.2.17
0.4.4
0.22.22
0.22.23
0.13.0
0.24.0
0.9.5
0.10.0
Updates
async-trait
from 0.1.85 to 0.1.86Release notes
Sourced from async-trait's releases.
Commits
46a70c0
Release 0.1.860e43f29
Merge pull request #286 from dtolnay/dyncompc49cbcb
Update 'object safe' -> 'dyn compatible' naming in tests87316f9
Merge pull request #285 from dtolnay/dyncompeb69fb3
Delete section on dyn compatibility of default implementationsec9665a
Update example error message in docsf1b4d3c
Update ui test suite to nightly-2025-02-01b33a4b2
More precise gitignore patterns9d09210
Remove **/*.rs.bk from project-specific gitignore3f11674
Update ui test suite to nightly-2025-01-23Updates
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.137 to 1.0.138Release notes
Sourced from serde_json's releases.
Commits
c916099
Release 1.0.138dc29e48
Move BufReader to caller29122f9
Sort imports from PR 1237d33c1b5
Merge pull request #1237 from JonathanBrouwer/master8c2d800
Add more warnings to apply buffering on docs of affected functions65bbd1a
Fix example of from_reader not applying buffering when it should87f78da
More precise gitignore patterns4134f11
Remove *.sw[po] from gitignorec7626db
Remove **/*.rs.bk from project-specific gitignoreUpdates
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
syn
from 2.0.96 to 2.0.98Release notes
Sourced from syn's releases.
Commits
71f3808
Release 2.0.98f0c57ee
Merge pull request #1847 from dtolnay/lifetimes4307f64
Allow lifetimes in function pointer return valuesd15bdea
Release 2.0.97bf672a9
Merge pull request #1846 from dtolnay/surroundcfgf0ee7e9
Fix missing doc cfg on <$Delimiter>::surrounde0e40cf
Resolve unnecessary_semicolon pedantic clippy lint6ebd966
Resolve sliced_string_as_bytes clippy linta09b650
More precise gitignore patterns42601b9
Resolve needless_continue pedantic clippy lintUpdates
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 todefault-features
a447b68
doc for added traitd0479b0
"nitpicks"35c78ce
IndexMut -> BorrowMut<slice>deb53ba
refactored to share codeUpdates
dyn-clone
from 1.0.17 to 1.0.18Release notes
Sourced from dyn-clone's releases.
Commits
551e400
Release 1.0.18e605512
Merge pull request #29 from dtolnay/dyncompec9d867
Update 'object safe' -> 'dyn compatible' wording187ff58
More precise gitignore patterns2ee12af
Remove **/*.rs.bk from project-specific gitignore37a3878
Update ui test suite to nightly-2024-10-30115fb98
Fill in ignore reasons in all #[ignore] attributese6a94d1
Revert "Temporarily disable miri on doctests"297380e
Update ui test suite to nightly-2024-03-3156081d5
Temporarily disable miri on doctestsUpdates
async-tungstenite
from 0.13.1 to 0.28.2Changelog
Sourced from async-tungstenite's changelog.
... (truncated)
Commits
eae2efa
Release 0.28.2760b512
fix: waker_ref and ArcWake only available on alloc84dda8b
Release 0.28.11e0baad
Usefutures_task::ArcWake
again now that it's fixedb78f952
Add a simpleWebSocketStream::send
method to replaceSink
trait usagece58323
Additional Documentation ofIntoClientRequest
onconnect_async
ab43c0a
Update MSRV CI to 1.63 toocaa4427
Update CHANGELOG.md for 0.28.0a83de2d
Update to rustls-native-certs 0.839de6ce
Release 0.28.0Updates
downcast-rs
from 1.2.1 to 2.0.1Changelog
Sourced from downcast-rs's changelog.
Commits
ed30509
Refine the trait and method documentation.4a140f9
Minor update to README to remove fully-qualified path for macro invocation.30b5bb2
Change crates document to use feature-conditional code instead of feature-con...e7f6511
Update version to 2.0.0 and update CHANGELOG.md.7e801af
Add an intermediateDowncastSend
thatDowncastSync
extends.974f237
Updated to 2021 edition, addeddyn
to all trait objects, and changed min ve...26927b6
Specify edition and suppress dead-code warnings in compilation tests.430f220
Update README.md withcargo readme >! README.md
.208ec3a
Get rid of authors in Cargo.toml in favor of Github's built-in contributors ...9ad1dfb
MakeDowncastSync
OptionalUpdates
getrandom
from 0.2.15 to 0.3.1Changelog
Sourced from getrandom's changelog.
... (truncated)
Commits
2bb3959
Release v0.3.1 (#589)ac379da
Fix build error on Android (#588)aa96363
Add benchmarks for u32/u64 functions. (#582)e38855c
Fix release date for v0.3.0 (#587)d568374
Release v0.3.0 (#563)5e62ce9
rndr: minor tweaks (#586)3d0c01c
ci: disable broken Solaris and Emscripten cross jobs (#585)7cde98b
Addwasm_js
feature flag (#574)6be4012
Web: use safe method to copy toMaybeUninit
(#584)2648e60
ESP-IDF: Enable unconditionally (#583)Updates
rustls-pki-types
from 1.10.1 to 1.11.0Release notes
Sourced from rustls-pki-types's releases.
Commits
be3a4c4
MoveAlgorithmIdentifier
type intoalg_id
3ac5526
Bump version to 1.11.0d372277
alg_id: include der2ascii output in docs97...
Description has been truncated