Bump uuid to remove duplicate (#8874)

#8547


  Bump the version of `uuid` in our Cargo.toml to version `1` which removes `uuid 0.8` and unifies it across the workspace to version `1.19.0`.


Co-Authored-By: Mac L <mjladson@pm.me>
This commit is contained in:
Mac L
2026-02-22 02:03:59 +04:00
committed by GitHub
parent 48071b7ae7
commit 9452d51867
3 changed files with 7 additions and 15 deletions

View File

@@ -273,7 +273,7 @@ tree_hash_derive = "0.12.0"
typenum = "1"
types = { path = "consensus/types", features = ["saturating-arith"] }
url = "2"
uuid = { version = "0.8", features = ["serde", "v4"] }
uuid = { version = "1", features = ["serde", "v4"] }
validator_client = { path = "validator_client" }
validator_dir = { path = "common/validator_dir" }
validator_http_api = { path = "validator_client/http_api" }