Skip to content

chore(deps): bump uuid from 1.24.0 to 1.25.0 - #371

Merged
hyperpolymath merged 2 commits into
mainfrom
dependabot/cargo/uuid-1.25.0
Aug 28, 2026
Merged

chore(deps): bump uuid from 1.24.0 to 1.25.0#371
hyperpolymath merged 2 commits into
mainfrom
dependabot/cargo/uuid-1.25.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 28, 2026

Copy link
Copy Markdown
Contributor

Bumps uuid from 1.24.0 to 1.25.0.

Release notes

Sourced from uuid's releases.

1.25.0

What's Changed

New Contributors

Full Changelog: uuid-rs/uuid@v1.24.1...1.25.0

v1.24.1

What's Changed

New Contributors

Full Changelog: uuid-rs/uuid@v1.24.0...v1.24.1

Commits
  • 302e0bf Merge pull request #903 from uuid-rs/cargo/1.25.0
  • b7ccde8 prepare for 1.25.0 release
  • c62dffb Merge pull request #902 from ChrisJr404/serde-bytes-module
  • 8c198b2 Add a serde::bytes module that encodes as a byte string
  • 2ea38af Merge pull request #900 from uuid-rs/cargo/v1.24.1
  • 9dbeb04 prepare for 1.24.1 release
  • e113df8 Merge pull request #899 from questfever/main
  • b017765 Fix non-ASCII character handling in parse diagnostics
  • See full diff in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [uuid](https://github.com/uuid-rs/uuid) from 1.24.0 to 1.25.0.
- [Release notes](https://github.com/uuid-rs/uuid/releases)
- [Commits](uuid-rs/uuid@v1.24.0...1.25.0)

---
updated-dependencies:
- dependency-name: uuid
  dependency-version: 1.25.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Aug 28, 2026
@codacy-production

Copy link
Copy Markdown

Up to standards ✅

🟢 Issues 0 issues

Results:
0 new issues

View in Codacy

🟢 Metrics 0 complexity · 0 duplication

Metric Results
Complexity 0
Duplication 0

View in Codacy

AI Reviewer: first review requested successfully. AI can make mistakes. Always validate suggestions.

Run reviewer

TIP This summary will be updated as you push new changes.

@codacy-production codacy-production Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Pull Request Overview

The pull request successfully updates the Cargo.lock file to use a newer version of the uuid crate. However, there is a notable gap in the implementation as the primary dependency manifest (Cargo.toml) was not updated to reflect this change. This manifest update is generally required to ensure that the minimum version requirement is correctly enforced for all environments. Automated quality checks indicate that the current changes meet the project's standards, and no security or logic issues were found in the modified lockfile.

About this PR

  • The primary dependency manifest file (Cargo.toml) was not updated. To ensure the project correctly enforces the new minimum version requirement, the manifest should be updated to reflect the change seen in the lockfile.

Test suggestions

  • Verify successful compilation and execution of existing tests with the updated uuid version.
Prompt proposal for missing tests
Consider implementing these tests if applicable:
1. Verify successful compilation and execution of existing tests with the updated uuid version.

TIP Improve review quality by adding custom instructions
TIP How was this review? Give us feedback

@hyperpolymath
hyperpolymath self-requested a review as a code owner August 28, 2026 09:31
@hyperpolymath

Copy link
Copy Markdown
Owner

Updated \Cargo.toml\ files to reflect the 1.25.0 update as requested by Codacy.

@hyperpolymath
hyperpolymath enabled auto-merge (squash) August 28, 2026 09:31
@hyperpolymath
hyperpolymath disabled auto-merge August 28, 2026 14:06
@hyperpolymath
hyperpolymath merged commit f762163 into main Aug 28, 2026
52 of 63 checks passed
@hyperpolymath
hyperpolymath deleted the dependabot/cargo/uuid-1.25.0 branch August 28, 2026 14:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file rust Pull requests that update rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant