Skip to content

Update some crates to reduce deps #3270

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

Merged
merged 3 commits into from
Feb 13, 2021
Merged

Conversation

JohnTitor
Copy link
Member

This updates only the crates that reduce/replace their dependencies. Each commit has the cargo update log.

Removed

  • bytes v0.5.6
  • generator v0.6.23
  • loom v0.3.6
  • scoped-tls v1.0.0
  • maybe-uninit v2.0.0

Replaced

  • smallvec v0.6.13 -> tinyvec v1.1.1

r? @jtgeibel

```
Updating crates.io index
Removing bytes v0.5.6
Updating http v0.2.2 -> v0.2.3
Updating hyperx v1.2.0 -> v1.3.0
```
```
Updating crates.io index
Removing generator v0.6.23
Removing loom v0.3.6
Removing scoped-tls v1.0.0
Updating sharded-slab v0.1.0 -> v0.1.1
```
```
Updating idna v0.2.0 -> v0.2.1
Removing maybe-uninit v2.0.0
Removing smallvec v0.6.13
Adding tinyvec v1.1.1
Adding tinyvec_macros v0.1.0
Updating unicode-normalization v0.1.9 -> v0.1.17
```
Copy link
Member

@Turbo87 Turbo87 left a comment

Choose a reason for hiding this comment

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

LGTM 👍

@Turbo87 Turbo87 added C-internal 🔧 Category: Nonessential work that would make the codebase more consistent or clear A-backend ⚙️ labels Feb 11, 2021
@jtgeibel
Copy link
Member

@bors r+

@bors
Copy link
Contributor

bors commented Feb 13, 2021

📌 Commit 3eca190 has been approved by jtgeibel

@bors
Copy link
Contributor

bors commented Feb 13, 2021

⌛ Testing commit 3eca190 with merge a697197...

@bors
Copy link
Contributor

bors commented Feb 13, 2021

☀️ Test successful - checks-actions
Approved by: jtgeibel
Pushing a697197 to master...

@bors bors merged commit a697197 into rust-lang:master Feb 13, 2021
@JohnTitor JohnTitor deleted the crate-deps-cleanup branch February 13, 2021 18:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-backend ⚙️ C-internal 🔧 Category: Nonessential work that would make the codebase more consistent or clear
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants