From 19d605bd5d8115130eb58a13bc37e29a66dd225a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 19 Oct 2024 11:16:29 +0000 Subject: [PATCH] fix(deps): update rust crate unleash-types to 0.14 --- server/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/Cargo.toml b/server/Cargo.toml index 211d6649..e5ac81ea 100644 --- a/server/Cargo.toml +++ b/server/Cargo.toml @@ -90,7 +90,7 @@ tokio = { version = "1.40.0", features = [ tracing = { version = "0.1.40", features = ["log"] } tracing-subscriber = { version = "0.3.18", features = ["json", "env-filter"] } ulid = "1.1.2" -unleash-types = { version = "0.13", features = ["openapi", "hashes"] } +unleash-types = { version = "0.14", features = ["openapi", "hashes"] } unleash-yggdrasil = { version = "0.13.2" } utoipa = { version = "4.2.3", features = ["actix_extras", "chrono"] } utoipa-swagger-ui = { version = "7.1.0", features = ["actix-web"] }