build(deps): bump uuid from 1.12.1 to 1.13.1

Bumps [uuid](https://github.com/uuid-rs/uuid) from 1.12.1 to 1.13.1.
- [Release notes](https://github.com/uuid-rs/uuid/releases)
- [Commits](https://github.com/uuid-rs/uuid/compare/1.12.1...1.13.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2025-02-05 13:31:06 +00:00
committed by GitHub
parent b350cef8a7
commit 8b229eddaf
3 changed files with 4 additions and 4 deletions

4
Cargo.lock generated
View File

@@ -6769,9 +6769,9 @@ checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
[[package]]
name = "uuid"
version = "1.12.1"
version = "1.13.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b3758f5e68192bb96cc8f9b7e2c2cfdabb435499a28499a42f8f984092adad4b"
checksum = "ced87ca4be083373936a67f8de945faa23b6b42384bd5b64434850802c6dccd0"
dependencies = [
"serde",
]

View File

@@ -26,7 +26,7 @@ opentelemetry-semantic-conventions.workspace = true
rand.workspace = true
rand_chacha = "0.3.1"
url.workspace = true
uuid = "1.12.1"
uuid = "1.13.1"
ulid = { workspace = true, features = ["uuid"] }
oauth2-types.workspace = true

View File

@@ -24,7 +24,7 @@ tracing.workspace = true
futures-util = "0.3.30"
rand.workspace = true
uuid = "1.10.0"
uuid = "1.13.1"
ulid = { workspace = true, features = ["uuid"] }
mas-config.workspace = true