-
Notifications
You must be signed in to change notification settings - Fork 642
Update more backend dependencies #2540
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
Conversation
This file contains hidden or 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 h2 v0.2.4 -> v0.2.5 Updating hyper v0.13.5 -> v0.13.6 Updating pin-project v0.4.16 -> v0.4.17 Updating pin-project-internal v0.4.16 -> v0.4.17 Updating syn v1.0.27 -> v1.0.29 Updating tracing v0.1.13 -> v0.1.14 Updating tracing-attributes v0.1.7 -> v0.1.8 ```
``` Updating bumpalo v3.2.1 -> v3.3.0 Updating js-sys v0.3.39 -> v0.3.40 Updating serde v1.0.110 -> v1.0.111 Updating serde_derive v1.0.110 -> v1.0.111 Updating wasm-bindgen v0.2.62 -> v0.2.63 Updating wasm-bindgen-backend v0.2.62 -> v0.2.63 Updating wasm-bindgen-macro v0.2.62 -> v0.2.63 Updating wasm-bindgen-macro-support v0.2.62 -> v0.2.63 Updating wasm-bindgen-shared v0.2.62 -> v0.2.63 Updating web-sys v0.3.39 -> v0.3.40 ```
``` Adding base64 v0.12.1 Updating encoding_rs v0.8.22 -> v0.8.23 Updating reqwest v0.10.4 -> v0.10.6 Updating socket2 v0.3.11 -> v0.3.12 Updating version_check v0.9.1 -> v0.9.2 Updating wasm-bindgen-futures v0.4.12 -> v0.4.13 Updating winreg v0.6.2 -> v0.7.0 ```
``` Updating regex v1.3.7 -> v1.3.9 Updating regex-syntax v0.6.17 -> v0.6.18 ```
``` Updating git2 v0.13.5 -> v0.13.6 Updating libgit2-sys v0.12.5+1.0.0 -> v0.12.6+1.0.0 Updating libssh2-sys v0.2.11 -> v0.2.17 ```
``` Updating ring v0.16.12 -> v0.16.14 ```
``` Updating curl v0.4.25 -> v0.4.29 Updating curl-sys v0.4.26 -> v0.4.31+curl-7.70.0 ```
``` Updating migrations_internals v1.4.0 -> v1.4.1 Updating migrations_macros v1.4.1 -> v1.4.2 Updating pq-sys v0.4.4 -> v0.4.6 Updating scheduled-thread-pool v0.2.3 -> v0.2.4 ```
JohnTitor
approved these changes
May 30, 2020
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.
Looks good!
@bors r+ |
📌 Commit 4a98bca has been approved by |
☀️ Test successful - checks-travis |
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.
The first 5 commits mirror recent version bumps done in #2488, #2467, and #2535. Since these were recently bumped they should be low risk.
Additionally, the following dependencies are bumped:
ring
,base64
,curl
,curl-sys
, and somediesel
dependencies (migrations_internals
,migrations_macros
,pq-sys
,scheduled-thread-pool
).r? @JohnTitor