Skip to content
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

Update some of our dependencies, with focus on removing duplicates #664

Merged
merged 3 commits into from
Mar 30, 2020

Conversation

jyn514
Copy link
Member

@jyn514 jyn514 commented Mar 30, 2020

This has just the changes to Cargo.toml from #461, without running cargo update.

This reduces our number of dependencies from 418 to 412.
Additionally, we now only compile 2 versions of quote, down from 4 🎉 😅

r? @Mark-Simulacrum

This has just the changes to Cargo.toml from
rust-lang#461,
without running `cargo update`.

This reduces our number of dependencies from 418 to 412.
This gets rid of one of our 4 versions of `quote`.
@jyn514

This comment has been minimized.

@jyn514 jyn514 changed the title Update some of our dependencies, with focus on removing duplicates [WIP] Update some of our dependencies, with focus on removing duplicates Mar 30, 2020
Our dependencies still drag it in, but it makes me feel better.
@@ -302,7 +302,6 @@ fn render_markdown(text: &str) -> String {

let options = {
let mut options = ComrakOptions::default();
options.safe = true;
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This option is now on by default and the field is called unsafe_ instead.

@jyn514 jyn514 changed the title [WIP] Update some of our dependencies, with focus on removing duplicates Update some of our dependencies, with focus on removing duplicates Mar 30, 2020
@Mark-Simulacrum
Copy link
Member

This looks good to me, but let's merge only when we have someone monitoring for a few hours (maybe tomorrow).

@jyn514 jyn514 merged commit 0395368 into rust-lang:master Mar 30, 2020
@jyn514 jyn514 deleted the versions branch March 30, 2020 15:58
jyn514 added a commit to jyn514/docs.rs that referenced this pull request Mar 31, 2020
Follow-up to rust-lang#664.
The only crate from rust-lang#664
that hasn't been updated in `comrak`, which introduced several more
transitive dependencies in later version.

This gets rid of a version of quote and syn.
@jyn514 jyn514 mentioned this pull request Mar 31, 2020
jyn514 added a commit that referenced this pull request Mar 31, 2020
Follow-up to #664.
The only crate from #664
that hasn't been updated in `comrak`, which introduced several more
transitive dependencies in later version.

This gets rid of a version of quote and syn.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants