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

chore: Update dependencies #7609

Merged
merged 1 commit into from
Sep 25, 2023
Merged

chore: Update dependencies #7609

merged 1 commit into from
Sep 25, 2023

Conversation

upbqdn
Copy link
Member

@upbqdn upbqdn commented Sep 22, 2023

Motivation

We need to update our dependencies before the upcoming release. Note that we'll need to do this again if we delay the release.

Solution

  • Run cargo update.

Reviewer Checklist

  • Will the PR name make sense to users?
    • Does it need extra CHANGELOG info? (new features, breaking changes, large changes)
  • Are the PR labels correct?
  • Does the code do what the ticket and PR says?
    • Does it change concurrent code, unsafe code, or consensus rules?
  • How do you know it works? Does it have tests?

@upbqdn upbqdn added the C-trivial Category: A trivial change that is not worth mentioning in the CHANGELOG label Sep 22, 2023
@upbqdn upbqdn requested a review from a team as a code owner September 22, 2023 21:43
@upbqdn upbqdn self-assigned this Sep 22, 2023
@upbqdn upbqdn requested review from teor2345 and removed request for a team September 22, 2023 21:43
@upbqdn
Copy link
Member Author

upbqdn commented Sep 22, 2023

Here's the output from cargo update:

    Updating crates.io index
    Updating aho-corasick v1.0.5 -> v1.1.1
    Updating anstyle v1.0.2 -> v1.0.3
    Updating async-compression v0.4.2 -> v0.4.3
    Updating base64 v0.21.3 -> v0.21.4
    Updating bindgen v0.66.1 -> v0.68.1
    Updating bumpalo v3.13.0 -> v3.14.0
    Updating bytemuck v1.13.1 -> v1.14.0
    Updating curve25519-dalek v4.0.0 -> v4.1.1
    Updating dyn-clone v1.0.13 -> v1.0.14
    Updating fiat-crypto v0.1.20 -> v0.2.1
    Updating git2 v0.18.0 -> v0.18.1
    Updating hermit-abi v0.3.2 -> v0.3.3
    Updating indicatif v0.17.6 -> v0.17.7
    Updating insta v1.31.0 -> v1.32.0
    Updating libc v0.2.147 -> v0.2.148
    Updating linux-raw-sys v0.4.5 -> v0.4.7
    Updating matchit v0.7.2 -> v0.7.3
    Updating memchr v2.6.2 -> v2.6.3
    Updating object v0.32.0 -> v0.32.1
    Updating prettyplease v0.2.12 -> v0.2.15
    Updating proc-macro2 v1.0.66 -> v1.0.67
    Updating prost-build v0.12.0 -> v0.12.1
    Updating prost-types v0.12.0 -> v0.12.1
    Updating rayon v1.7.0 -> v1.8.0
    Updating rayon-core v1.11.0 -> v1.12.0
    Updating rustix v0.38.10 -> v0.38.14
    Removing rustls-webpki v0.100.2
    Removing rustls-webpki v0.101.4
      Adding rustls-webpki v0.100.3
      Adding rustls-webpki v0.101.6
    Updating semver v1.0.18 -> v1.0.19
    Updating shlex v1.1.0 -> v1.2.0
    Updating smallvec v1.11.0 -> v1.11.1
    Updating socket2 v0.5.3 -> v0.5.4
    Updating syn v2.0.29 -> v2.0.37
    Updating termcolor v1.2.0 -> v1.3.0
    Updating tokio-util v0.7.8 -> v0.7.9
    Updating tonic v0.10.0 -> v0.10.1
    Updating tonic-build v0.10.0 -> v0.10.1
    Updating typenum v1.16.0 -> v1.17.0
    Updating unicode-ident v1.0.11 -> v1.0.12
    Updating unicode-width v0.1.10 -> v0.1.11
    Updating walkdir v2.3.3 -> v2.4.0
    Updating webpki v0.22.0 -> v0.22.1
    Updating which v4.4.0 -> v4.4.2
    Updating winapi-util v0.1.5 -> v0.1.6

Copy link
Collaborator

@teor2345 teor2345 left a comment

Choose a reason for hiding this comment

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

These all seem reasonable.

@teor2345 teor2345 added A-dependencies Area: Dependency file updates C-enhancement Category: This is an improvement P-Medium ⚡ labels Sep 25, 2023
@mergify mergify bot merged commit a9980e9 into main Sep 25, 2023
120 checks passed
@mergify mergify bot deleted the update-dependencies branch September 25, 2023 00:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-dependencies Area: Dependency file updates C-enhancement Category: This is an improvement C-trivial Category: A trivial change that is not worth mentioning in the CHANGELOG
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants