Skip to content

Commit

Permalink
Merge pull request #725 from jerus-org/renovate/uuid-1.x
Browse files Browse the repository at this point in the history
chore(deps): update rust crate uuid to 1.12.1
  • Loading branch information
jerusdp authored Jan 23, 2025
2 parents 5018cb9 + d8b076d commit 90ab86c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Dependencies: bump uuid from 1.11.1 to 1.12.0(pr [#722])
- Dependencies: update dependency toolkit to v2.0.4(pr [#723])
- Dependencies: update github/codeql-action action to v3.28.3(pr [#724])
- Dependencies: update rust crate uuid to 1.12.1(pr [#725])

## [0.4.35] - 2025-01-17

Expand Down Expand Up @@ -690,6 +691,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
[#722]: https://github.com/jerus-org/mockd/pull/722
[#723]: https://github.com/jerus-org/mockd/pull/723
[#724]: https://github.com/jerus-org/mockd/pull/724
[#725]: https://github.com/jerus-org/mockd/pull/725
[Unreleased]: https://github.com/jerus-org/mockd/compare/v0.4.35...HEAD
[0.4.35]: https://github.com/jerus-org/mockd/compare/v0.4.34...v0.4.35
[0.4.34]: https://github.com/jerus-org/mockd/compare/v0.4.33...v0.4.34
Expand Down
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ words = ["misc", "company", "hipster", "image", "job", "name"]
[dependencies]
libmath = { version = "0.2.1", optional = true }
chrono = { version = "0.4.39", optional = true }
uuid = { version = "1.12.0", features = ["v1", "v4"], optional = true }
uuid = { version = "1.12.1", features = ["v1", "v4"], optional = true }
simplerand = { version = "1.5.1", optional = true }

[dev-dependencies]
Expand Down

0 comments on commit 90ab86c

Please sign in to comment.