From 6f3baa836d77c9b315c786682446a2e93e66488c Mon Sep 17 00:00:00 2001 From: Luca Palmieri <20745048+LukeMathWalker@users.noreply.github.com> Date: Sun, 10 Mar 2024 18:00:25 +0100 Subject: [PATCH] Require uuid 1.6 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 96cfec6f5..b103d3fb5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -37,7 +37,7 @@ uuid_v7 = ["uuid/v7"] actix-web = { version = "4", default-features = false } pin-project = "1.0.0" tracing = "0.1.36" -uuid = { version = "1", features = ["v4"] } +uuid = { version = "1.6", features = ["v4"] } mutually_exclusive_features = "0.0.3" opentelemetry_0_13_pkg = { package = "opentelemetry", version = "0.13", optional = true } opentelemetry_0_14_pkg = { package = "opentelemetry", version = "0.14", optional = true }