diff --git a/server/Cargo.toml b/server/Cargo.toml index 7e35236f..f9281b12 100644 --- a/server/Cargo.toml +++ b/server/Cargo.toml @@ -46,4 +46,4 @@ toml = "0.7" tonic = {version = "0.9", features = ["gzip", "tls"]} tower-http = { version = "0.5.1", features = ["cors"] } url = "2.5.0" -uuid = {version = "1.3", default-features = false, features = ["serde", "v4"]} +uuid = {version = "1.7", default-features = false, features = ["serde", "v4"]}