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

Update dependencies #560

Merged
merged 1 commit into from
Jun 24, 2024
Merged

Update dependencies #560

merged 1 commit into from
Jun 24, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 24, 2024

Mend Renovate

This PR contains the following updates:

Package Type Update Change
cxx (source) dependencies patch 1.0.123 -> 1.0.124
cxx-build (source) build-dependencies patch 1.0.123 -> 1.0.124
proc-macro2 dependencies patch 1.0.85 -> 1.0.86
uuid dependencies minor 1.8.0 -> 1.9.0
uuid dev-dependencies minor 1.8.0 -> 1.9.0

Release Notes

dtolnay/cxx (cxx)

v1.0.124

Compare Source

  • Provide no-std Error impl for cxx::Exception (#​1355)
  • Avoid clippy::needless_maybe_sized lint being triggered inside generated code
dtolnay/proc-macro2 (proc-macro2)

v1.0.86

Compare Source

  • Documentation improvements
uuid-rs/uuid (uuid)

v1.9.0

Compare Source

Uuid::now_v7() is guaranteed to be monotonic

Before this release, Uuid::now_v7() would only use the millisecond-precision timestamp for ordering. It now also uses a global 42-bit counter that's re-initialized each millisecond so that the following will always pass:

let a = Uuid::now_v7();
let b = Uuid::now_v7();

assert!(a < b);

What's Changed

New Contributors

Full Changelog: uuid-rs/uuid@1.8.0...1.9.0


Configuration

📅 Schedule: Branch creation - "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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/dependencies branch from 64e6582 to 6b91c25 Compare June 24, 2024 05:26
@phil-opp phil-opp merged commit 9d5df4b into main Jun 24, 2024
18 checks passed
@phil-opp phil-opp deleted the renovate/dependencies branch June 24, 2024 09:30
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.

1 participant