-
Notifications
You must be signed in to change notification settings - Fork 110
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
change(deps): cargo update
on commit bd06294 on 2023-11-01
#7885
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
teor2345
added
A-dependencies
Area: Dependency file updates
C-cleanup
Category: This is a cleanup
P-Medium ⚡
C-trivial
Category: A trivial change that is not worth mentioning in the CHANGELOG
A-release
Area: Zebra releases and release management
labels
Oct 31, 2023
$ cargo update
Updating crates.io index
Updating ahash v0.8.3 -> v0.8.6
Updating async-trait v0.1.73 -> v0.1.74
Updating base64 v0.21.4 -> v0.21.5
Adding bindgen v0.68.1
Adding const-oid v0.9.5
Updating cpufeatures v0.2.9 -> v0.2.11
Updating curve25519-dalek-derive v0.1.0 -> v0.1.1
Updating cxx-gen v0.7.109 -> v0.7.110
Adding der v0.7.8
Updating deranged v0.3.8 -> v0.3.9
Updating ed25519 v2.2.2 -> v2.2.3
Updating fiat-crypto v0.2.1 -> v0.2.2
Updating hashbrown v0.14.1 -> v0.14.2
Updating hyper-rustls v0.24.1 -> v0.24.2
Updating iana-time-zone v0.1.57 -> v0.1.58
Updating indexmap v2.0.2 -> v2.1.0
Updating ipnet v2.8.0 -> v2.9.0
Updating mio v0.8.8 -> v0.8.9
Updating parking_lot_core v0.9.8 -> v0.9.9
Updating pest v2.7.4 -> v2.7.5
Updating pest_derive v2.7.4 -> v2.7.5
Updating pest_generator v2.7.4 -> v2.7.5
Updating pest_meta v2.7.4 -> v2.7.5
Adding pkcs8 v0.10.2
Updating portable-atomic v1.4.3 -> v1.5.1
Adding powerfmt v0.2.0
Removing redox_syscall v0.3.5
Updating rgb v0.8.36 -> v0.8.37
Adding ring v0.17.5
Updating rustls v0.21.7 -> v0.21.8
Updating rustls-webpki v0.101.6 -> v0.101.7
Updating sct v0.7.0 -> v0.7.1
Removing socket2 v0.4.9
Removing socket2 v0.5.4
Adding socket2 v0.4.10
Adding socket2 v0.5.5
Adding spki v0.7.2
Updating time v0.3.29 -> v0.3.30
Updating toml v0.8.3 -> v0.8.6
Updating toml_datetime v0.6.4 -> v0.6.5
Updating toml_edit v0.20.3 -> v0.20.7
Updating tracing-log v0.1.3 -> v0.1.4
Adding untrusted v0.9.0
Updating uuid v1.4.1 -> v1.5.0
Removing windows v0.48.0
Adding windows-core v0.51.1
Updating winnow v0.5.16 -> v0.5.18
Adding zerocopy v0.7.21
Adding zerocopy-derive v0.7.21 |
There are no major version upgrades. The minor version upgrades are:
|
cargo tree --invert --package ipnet
cargo tree --invert --package portable-atomic
cargo tree --workspace --all-features --invert uuid
cargo tree --invert --package windows-core
|
``` Updating crates.io index Updating ahash v0.8.3 -> v0.8.6 Updating async-trait v0.1.73 -> v0.1.74 Updating base64 v0.21.4 -> v0.21.5 Adding bindgen v0.68.1 Adding const-oid v0.9.5 Updating cpufeatures v0.2.9 -> v0.2.11 Updating curve25519-dalek-derive v0.1.0 -> v0.1.1 Updating cxx-gen v0.7.109 -> v0.7.110 Adding der v0.7.8 Updating deranged v0.3.8 -> v0.3.9 Updating ed25519 v2.2.2 -> v2.2.3 Updating fiat-crypto v0.2.1 -> v0.2.2 Updating hashbrown v0.14.1 -> v0.14.2 Updating hyper-rustls v0.24.1 -> v0.24.2 Updating iana-time-zone v0.1.57 -> v0.1.58 Updating indexmap v2.0.2 -> v2.1.0 Updating ipnet v2.8.0 -> v2.9.0 Updating mio v0.8.8 -> v0.8.9 Updating parking_lot_core v0.9.8 -> v0.9.9 Updating pest v2.7.4 -> v2.7.5 Updating pest_derive v2.7.4 -> v2.7.5 Updating pest_generator v2.7.4 -> v2.7.5 Updating pest_meta v2.7.4 -> v2.7.5 Adding pkcs8 v0.10.2 Updating portable-atomic v1.4.3 -> v1.5.1 Adding powerfmt v0.2.0 Removing redox_syscall v0.3.5 Updating rgb v0.8.36 -> v0.8.37 Adding ring v0.17.5 Updating rustls v0.21.7 -> v0.21.8 Updating rustls-webpki v0.101.6 -> v0.101.7 Updating sct v0.7.0 -> v0.7.1 Removing socket2 v0.4.9 Removing socket2 v0.5.4 Adding socket2 v0.4.10 Adding socket2 v0.5.5 Adding spki v0.7.2 Updating time v0.3.29 -> v0.3.30 Updating toml v0.8.3 -> v0.8.6 Updating toml_datetime v0.6.4 -> v0.6.5 Updating toml_edit v0.20.3 -> v0.20.7 Updating tracing-log v0.1.3 -> v0.1.4 Adding untrusted v0.9.0 Updating uuid v1.4.1 -> v1.5.0 Removing windows v0.48.0 Adding windows-core v0.51.1 Updating winnow v0.5.16 -> v0.5.18 Adding zerocopy v0.7.21 Adding zerocopy-derive v0.7.21 ```
teor2345
force-pushed
the
updates-2023-11-01
branch
from
November 1, 2023 00:04
ebd3383
to
945d5bf
Compare
arya2
approved these changes
Nov 1, 2023
18 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
A-dependencies
Area: Dependency file updates
A-release
Area: Zebra releases and release management
C-cleanup
Category: This is a cleanup
C-trivial
Category: A trivial change that is not worth mentioning in the CHANGELOG
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.
Motivation
This is the routine missed dependencies update for the 1.4.0 release.
It also removes an unused import warning that only shows up in some builds.
Review
This needs to be reviewed before the release, ideally later this week.
Reviewer Checklist