-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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 rust group with 4 updates #51743
Conversation
Bumps the rust group with 4 updates: [rand_chacha](https://github.com/rust-random/rand), [uuid](https://github.com/uuid-rs/uuid), [rustls](https://github.com/rustls/rustls) and [tempfile](https://github.com/Stebalien/tempfile). 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 `uuid` from 1.12.0 to 1.12.1 - [Release notes](https://github.com/uuid-rs/uuid/releases) - [Commits](uuid-rs/uuid@1.12.0...1.12.1) Updates `rustls` from 0.23.21 to 0.23.22 - [Release notes](https://github.com/rustls/rustls/releases) - [Changelog](https://github.com/rustls/rustls/blob/main/CHANGELOG.md) - [Commits](rustls/rustls@v/0.23.21...v/0.23.22) Updates `tempfile` from 3.15.0 to 3.16.0 - [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md) - [Commits](Stebalien/tempfile@v3.15.0...v3.16.0) --- updated-dependencies: - dependency-name: rand_chacha dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust - dependency-name: uuid dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust - dependency-name: rustls dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust - dependency-name: tempfile dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust ... Signed-off-by: dependabot[bot] <[email protected]>
@@ -31,24 +31,24 @@ iso7816-tlv = "0.4.4" | |||
log = "0.4.25" | |||
parking_lot = "0.12.3" | |||
rand = { version = "0.8.5", features = ["getrandom"] } | |||
rand_chacha = "0.3.1" | |||
rand_chacha = "0.9.0" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Big jump here. @zmb3 or @probakowski, would you mind taking a look?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's pull the rand_chacha
update out of this PR and I'll take a look at the rand
updates separately.
(I"m not sure why dependabot wants to update rand_chacha but is okay keeping rand on 0.8.5)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@dependabot ignore rand_chacha minor version |
OK, I won't notify you about version 0.9.x of rand_chacha again, unless you unignore it. |
Looks like these dependencies are updatable in another way, so this is no longer needed. |
Bumps the rust group with 4 updates: rand_chacha, uuid, rustls and tempfile.
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
uuid
from 1.12.0 to 1.12.1Release notes
Sourced from uuid's releases.
Commits
70831d2
Merge pull request #791 from uuid-rs/cargo/1.12.1ddb8785
prepare for 1.12.1 release3a0a378
Merge pull request #790 from uuid-rs/chore/fewer-shifts62da97b
remove sketchy benches7a96ae2
restore parenscfc627b
reduce bitshifts in from_u64_pair4c785e5
Merge pull request #788 from Vrtgs/main70efa18
Merge pull request #789 from cstyles/fix-links-to-namespaces2a28bc5
Fix links to namespaces in documentation5d629ce
use inherint to_be_bytes and to_le_bytes methods, rather than reimplementing ...Updates
rustls
from 0.23.21 to 0.23.22Commits
784b873
Further defendChunkVecBuffer::prefix_used
invariant200d566
Re-privatizeChunkVecBuffer::consume()
and defend misusea5d8a6b
DetectChunkVecBuffer::consume
larger than lengthd978e2f
chore(deps): update rust crate x509-parser to 0.1743c2336
Detect illegal HRR if X25519 offered as secondary kx2551558
Increase accuracy of when to include second keyshare50d1acd
Add X25519MLKEM768 to features documentationbf663b6
Move crypto::aws_lc_rs::pq docs into manuale883143
Bump rustls 0.23.22, rustls-post-quantum 0.2.2c7a86de
Add post-quantum key exchange algorithm to defaultsUpdates
tempfile
from 3.15.0 to 3.16.0Changelog
Sourced from tempfile's changelog.
Commits
6ecd9f1
chore: release 3.16.03693c01
build: upgrade getrandom to v0.3.0 (#320)a4596e5
build: allowwindows-sys
0.59 (#319)3ac6d4e
chore: fix clippy lifetime warning (#318)3a722e8
docs: improve & expand security documentation (#317)Dependabot 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 rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major version
will 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 version
will 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