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

fix(deps): update all dependencies #68

Merged
merged 1 commit into from
Oct 28, 2024
Merged

fix(deps): update all dependencies #68

merged 1 commit into from
Oct 28, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 28, 2024

This PR contains the following updates:

Package Type Update Change
keyring dependencies minor 3.5.0 -> 3.6.1
serde (source) dependencies patch 1.0.210 -> 1.0.213
serde_derive (source) dependencies patch 1.0.210 -> 1.0.213

Release Notes

hwchen/keyring-rs (keyring)

v3.6.1: : Update dependencies

Compare Source

Two of the dependencies (openssl and whoami) were discovered to have vulnerabilities which were fixed in minor or patch releases. This crate has been updated to insist that the minor/patch release number of these dependencies is high enough to ensure use of a patched version.

There is no reason to think that the vulnerabilities in these dependencies could have been exercised through this crate. In addition, builds of clients done after the dependencies were patched would have already picked up the non-vulnerable versions. So this change is simply to ensure that future builds cannot use the vulnerable versions.

There are no code changes in this release.

v3.6.0

Compare Source

  • Add combination keystore of keyutils and secret service (thanks to @​soywod).
serde-rs/serde (serde)

v1.0.213

Compare Source

  • Fix support for macro-generated with attributes inside a newtype struct (#​2847)

v1.0.212

Compare Source

  • Fix hygiene of macro-generated local variable accesses in serde(with) wrappers (#​2845)

v1.0.211

Compare Source

  • Improve error reporting about mismatched signature in with and default attributes (#​2558, thanks @​Mingun)
  • Show variant aliases in error message when variant deserialization fails (#​2566, thanks @​Mingun)
  • Improve binary size of untagged enum and internally tagged enum deserialization by about 12% (#​2821)

Configuration

📅 Schedule: Branch creation - "before 4am on Monday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@Zebradil Zebradil merged commit 2f8ee88 into master Oct 28, 2024
4 checks passed
@Zebradil Zebradil deleted the renovate/all branch October 28, 2024 17:52
zebradil-bot added a commit that referenced this pull request Oct 28, 2024
## [0.5.4](0.5.3...0.5.4) (2024-10-28)

### Bug Fixes

* **deps:** update all dependencies ([#68](#68)) ([2f8ee88](2f8ee88))
@zebradil-bot
Copy link
Collaborator

🎉 This PR is included in version 0.5.4 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants