diff --git a/server/Cargo.toml b/server/Cargo.toml index 1568ef52..830a84a9 100644 --- a/server/Cargo.toml +++ b/server/Cargo.toml @@ -45,5 +45,5 @@ tokio = {version = "1", features = ["full"]} toml = "0.7" tonic = {version = "0.9", features = ["gzip", "tls"]} tower-http = { version = "0.4.0", features = ["cors"] } -url = "2.3.1" +url = "2.5.0" uuid = {version = "1.3", default-features = false, features = ["serde", "v4"]}