Skip to content

Bump dependencies and rustc #3753

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 2 commits into from
Jun 27, 2021

Conversation

jtgeibel
Copy link
Member

Run cargo update and bump to new stable rustc.

The dependencies hmac (0.10 -> 0.11) and handlebars (3.x -> 4.0) are not updated in this, as they require code changes to jump to the new releases.

r? @Turbo87

jtgeibel added 2 commits June 26, 2021 12:04
Updating addr2line v0.14.1 -> v0.15.2
Updating anyhow v1.0.40 -> v1.0.41
Updating backtrace v0.3.58 -> v0.3.60
Updating bumpalo v3.6.1 -> v3.7.0
Updating cc v1.0.67 -> v1.0.68
Updating const_fn v0.4.7 -> v0.4.8
Updating cpufeatures v0.1.1 -> v0.1.5
Updating diesel v1.4.6 -> v1.4.7
Updating futures-channel v0.3.14 -> v0.3.15
Updating futures-core v0.3.14 -> v0.3.15
Updating futures-io v0.3.14 -> v0.3.15
Updating futures-macro v0.3.14 -> v0.3.15
Updating futures-sink v0.3.14 -> v0.3.15
Updating futures-task v0.3.14 -> v0.3.15
Updating futures-util v0.3.14 -> v0.3.15
Updating getrandom v0.2.2 -> v0.2.3
Updating gimli v0.23.0 -> v0.24.0
Updating heck v0.3.2 -> v0.3.3
Updating hermit-abi v0.1.18 -> v0.1.19
Updating http-body v0.4.1 -> v0.4.2
Updating httparse v1.4.0 -> v1.4.1
Updating httpdate v1.0.0 -> v1.0.1
Updating hyper v0.14.7 -> v0.14.9
Updating ipnet v2.3.0 -> v2.3.1
Updating js-sys v0.3.50 -> v0.3.51
Updating lettre v0.10.0-beta.4 -> v0.10.0-rc.3
Updating libc v0.2.94 -> v0.2.97
Updating mio v0.7.11 -> v0.7.13
Updating object v0.23.0 -> v0.25.3
Updating once_cell v1.7.2 -> v1.8.0
Updating openssl v0.10.34 -> v0.10.35
Updating openssl-probe v0.1.2 -> v0.1.4
Updating openssl-sys v0.9.63 -> v0.9.65
Removing pin-project v1.0.7
Removing pin-project-internal v1.0.7
Updating pin-project-lite v0.2.6 -> v0.2.7
Updating proc-macro2 v1.0.26 -> v1.0.27
Updating protobuf v2.23.0 -> v2.24.1
Updating rand v0.8.3 -> v0.8.4
Updating rand_chacha v0.3.0 -> v0.3.1
Updating rand_core v0.6.2 -> v0.6.3
Updating rand_hc v0.3.0 -> v0.3.1
Updating redox_syscall v0.2.8 -> v0.2.9
Updating regex-automata v0.1.9 -> v0.1.10
Updating reqwest v0.11.3 -> v0.11.4
Updating rustc-demangle v0.1.19 -> v0.1.20
Updating security-framework v2.2.0 -> v2.3.1
Updating security-framework-sys v2.2.0 -> v2.3.0
Updating serde v1.0.125 -> v1.0.126
Updating serde_derive v1.0.125 -> v1.0.126
Updating sha-1 v0.9.5 -> v0.9.6
Updating sha2 v0.9.4 -> v0.9.5
Updating signal-hook-registry v1.3.0 -> v1.4.0
Updating syn v1.0.72 -> v1.0.73
Updating tar v0.4.33 -> v0.4.35
Updating terminal_size v0.1.16 -> v0.1.17
Updating thiserror v1.0.24 -> v1.0.25
Updating thiserror-impl v1.0.24 -> v1.0.25
Updating time v0.2.26 -> v0.2.27
Updating time-macros-impl v0.1.1 -> v0.1.2
Updating tokio v1.5.0 -> v1.7.1
Updating tokio-macros v1.1.0 -> v1.2.0
Updating tokio-stream v0.1.5 -> v0.1.6
Updating tokio-util v0.6.6 -> v0.6.7
Updating tracing-subscriber v0.2.18 -> v0.2.19
Updating twoway v0.2.1 -> v0.2.2
Updating unicode-normalization v0.1.17 -> v0.1.19
Updating vcpkg v0.2.12 -> v0.2.15
Updating wasm-bindgen v0.2.73 -> v0.2.74
Updating wasm-bindgen-backend v0.2.73 -> v0.2.74
Updating wasm-bindgen-futures v0.4.23 -> v0.4.24
Updating wasm-bindgen-macro v0.2.73 -> v0.2.74
Updating wasm-bindgen-macro-support v0.2.73 -> v0.2.74
Updating wasm-bindgen-shared v0.2.73 -> v0.2.74
Updating web-sys v0.3.50 -> v0.3.51
@Turbo87 Turbo87 added A-backend ⚙️ C-internal 🔧 Category: Nonessential work that would make the codebase more consistent or clear labels Jun 27, 2021
@Turbo87
Copy link
Member

Turbo87 commented Jun 27, 2021

@bors r+

LGTM 👍

@bors
Copy link
Contributor

bors commented Jun 27, 2021

📌 Commit bffe525 has been approved by Turbo87

@bors
Copy link
Contributor

bors commented Jun 27, 2021

⌛ Testing commit bffe525 with merge 2accaa6...

@bors
Copy link
Contributor

bors commented Jun 27, 2021

☀️ Test successful - checks-actions
Approved by: Turbo87
Pushing 2accaa6 to master...

@bors bors merged commit 2accaa6 into rust-lang:master Jun 27, 2021
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.

4 participants