chore(deps): Bump uuid from 1.13.1 to 1.14.0 (#996)

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

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2025-02-25 10:41:51 +08:00 committed by GitHub
parent 49a7809220
commit 25397ff62a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -5110,9 +5110,9 @@ checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a"
[[package]] [[package]]
name = "uuid" name = "uuid"
version = "1.13.1" version = "1.14.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ced87ca4be083373936a67f8de945faa23b6b42384bd5b64434850802c6dccd0" checksum = "93d59ca99a559661b96bf898d8fce28ed87935fd2bea9f05983c1464dd6c71b1"
dependencies = [ dependencies = [
"getrandom 0.3.1", "getrandom 0.3.1",
"serde", "serde",

View File

@ -62,7 +62,7 @@ rustls-pemfile = "2.2.0"
sha2 = "0.10" sha2 = "0.10"
blake3 = "1.6.0" blake3 = "1.6.0"
crc = "3.2.1" crc = "3.2.1"
uuid = { version = "1.13", features = ["v4"] } uuid = { version = "1.14", features = ["v4"] }
hex = "0.4" hex = "0.4"
rocksdb = "0.22.0" rocksdb = "0.22.0"
serde = { version = "1.0", features = ["derive"] } serde = { version = "1.0", features = ["derive"] }