Skip to content

Update backend dependencies #3149

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
Dec 31, 2020
Merged

Update backend dependencies #3149

merged 2 commits into from
Dec 31, 2020

Conversation

jtgeibel
Copy link
Member

Pin conduit-hyper to the current version and do a cargo update. The version is pinned to avoid pulling in tokio 1.0 until some remaining items in #3117 are resolved.

r? @Turbo87

```
Updating crates.io index
Updating async-compression v0.3.6 -> v0.3.7
Updating cc v1.0.63 -> v1.0.66
Removing dtoa v0.4.6
Updating http v0.2.1 -> v0.2.2
Updating indexmap v1.6.0 -> v1.6.1
Updating itoa v0.4.6 -> v0.4.7
Updating js-sys v0.3.45 -> v0.3.46
Updating libc v0.2.80 -> v0.2.81
Updating mio v0.6.22 -> v0.6.23
Updating miow v0.2.1 -> v0.2.2
Updating native-tls v0.2.6 -> v0.2.7
Updating net2 v0.2.35 -> v0.2.37
Updating openssl v0.10.30 -> v0.10.32
Updating openssl-sys v0.9.58 -> v0.9.60
  Adding pin-project-lite v0.2.0
Updating quote v1.0.7 -> v1.0.8
Updating reqwest v0.10.8 -> v0.10.10
Updating serde v1.0.117 -> v1.0.118
Updating serde_derive v1.0.117 -> v1.0.118
Updating serde_json v1.0.59 -> v1.0.61
Updating serde_urlencoded v0.6.1 -> v0.7.0
Updating signal-hook-registry v1.2.2 -> v1.3.0
Updating socket2 v0.3.16 -> v0.3.19
Updating syn v1.0.48 -> v1.0.56
Updating tokio v0.2.23 -> v0.2.24
Updating tracing v0.1.21 -> v0.1.22
Updating vcpkg v0.2.10 -> v0.2.11
Updating wasm-bindgen v0.2.68 -> v0.2.69
Updating wasm-bindgen-backend v0.2.68 -> v0.2.69
Updating wasm-bindgen-futures v0.4.18 -> v0.4.19
Updating wasm-bindgen-macro v0.2.68 -> v0.2.69
Updating wasm-bindgen-macro-support v0.2.68 -> v0.2.69
Updating wasm-bindgen-shared v0.2.68 -> v0.2.69
Updating web-sys v0.3.45 -> v0.3.46
```
```
Updating anyhow v1.0.34 -> v1.0.37
Updating backtrace v0.3.54 -> v0.3.55
Removing cloudabi v0.1.0
Removing conduit-hyper v0.3.0-alpha.5
Updating const_fn v0.4.3 -> v0.4.4
  Adding cpuid-bool v0.2.0
Updating ctor v0.1.16 -> v0.1.17
Updating funty v1.0.1 -> v1.1.0
Updating ghash v0.3.0 -> v0.3.1
Updating git2 v0.13.12 -> v0.13.15
Updating handlebars v3.5.1 -> v3.5.2
Updating heck v0.3.1 -> v0.3.2
Updating inventory v0.1.9 -> v0.1.10
Updating inventory-impl v0.1.9 -> v0.1.10
Updating libgit2-sys v0.12.14+1.1.0 -> v0.12.17+1.1.0
Updating libssh2-sys v0.2.19 -> v0.2.20
Updating nom v6.0.0 -> v6.0.1
Updating parking_lot_core v0.8.0 -> v0.8.2
Updating polyval v0.4.1 -> v0.4.5
Updating smallvec v1.5.0 -> v1.5.1
Updating standback v0.2.13 -> v0.2.14
Updating subtle v2.3.0 -> v2.4.0
Updating thiserror v1.0.22 -> v1.0.23
Updating thiserror-impl v1.0.22 -> v1.0.23
Updating toml v0.5.7 -> v0.5.8
Updating unicode-segmentation v1.7.0 -> v1.7.1

```
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
Copy link
Member

Turbo87 commented Dec 31, 2020

@bors r+

@bors
Copy link
Contributor

bors commented Dec 31, 2020

📌 Commit 97bb6e1 has been approved by Turbo87

@bors
Copy link
Contributor

bors commented Dec 31, 2020

⌛ Testing commit 97bb6e1 with merge 51513aa...

@bors
Copy link
Contributor

bors commented Dec 31, 2020

☀️ Test successful - checks-actions
Approved by: Turbo87
Pushing 51513aa to master...

@bors bors merged commit 51513aa into rust-lang:master Dec 31, 2020
@jtgeibel jtgeibel deleted the update-deps branch March 7, 2021 17:49
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.

4 participants