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 }