-
Notifications
You must be signed in to change notification settings - Fork 153
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
Removes some unused crates, features, dedupes few crates #1791
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
Updating git repository `https://github.com/rust-lang/team` Updating crates.io index Adding equivalent v1.0.1 Adding indexmap v2.1.0 Updating rust_team_data v1.0.0 (https://github.com/rust-lang/team#80ae2e8c) -> #89bb40d3 bump hashlink
$ cargo update -p h2 Updating crates.io index Updating h2 v0.3.16 -> v0.3.22 $ cargo update -p toml Updating crates.io index Removing hashbrown v0.12.3 Removing indexmap v1.9.3 Updating serde_spanned v0.6.1 -> v0.6.5 Updating toml v0.7.3 -> v0.7.8 Updating toml_datetime v0.6.1 -> v0.6.5 Updating toml_edit v0.19.7 -> v0.19.15 Updating winnow v0.3.6 -> v0.5.30
$ cargo update -p rayon Updating crates.io index Removing crossbeam-channel v0.5.7 Updating rayon v1.7.0 -> v1.8.0 Updating rayon-core v1.11.0 -> v1.12.0
Updating crates.io index Updating byteorder v1.4.3 -> v1.5.0 Adding derive_more v0.99.17 Updating object v0.32.1 -> v0.32.2 Updating ruzstd v0.4.0 -> v0.5.0 Removing thiserror-core v1.0.50 Removing thiserror-core-impl v1.0.50
Updating crates.io index Removing hermit-abi v0.2.6 Updating num_cpus v1.15.0 -> v1.16.0
Updating crates.io index Updating crossbeam-deque v0.8.3 -> v0.8.4 Updating crossbeam-epoch v0.9.14 -> v0.9.17 Updating crossbeam-utils v0.8.15 -> v0.8.18 Removing memoffset v0.8.0
Kobzol
approved these changes
Dec 29, 2023
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.
Thanks! LGTM if CI is green.
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.
Disables
tera
features as currently unused, drops few unused crates, features; see individual commits.