diff --git a/server/Cargo.toml b/server/Cargo.toml index 4369df09..49d0f359 100644 --- a/server/Cargo.toml +++ b/server/Cargo.toml @@ -79,7 +79,7 @@ tokio = { version = "1.35.1", features = [ tracing = { version = "0.1.40", features = ["log"] } tracing-subscriber = { version = "0.3.18", features = ["json", "env-filter"] } ulid = "1.1.0" -unleash-types = { version = "0.10", features = ["openapi", "hashes"] } +unleash-types = { version = "0.11", features = ["openapi", "hashes"] } unleash-yggdrasil = { version = "0.8.0" } utoipa = { version = "4.2.0", features = ["actix_extras", "chrono"] } utoipa-swagger-ui = { version = "6", features = ["actix-web"] }