From 44c2f7f0866b570f323643c866bce22381e4b1e8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 19 Jul 2024 08:58:15 +0000 Subject: [PATCH] fix(deps): update rust crate unleash-types to 0.13 --- server/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/Cargo.toml b/server/Cargo.toml index c82c6c62..671d73f0 100644 --- a/server/Cargo.toml +++ b/server/Cargo.toml @@ -83,7 +83,7 @@ tokio = { version = "1.38.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.12", features = ["openapi", "hashes"] } +unleash-types = { version = "0.13", features = ["openapi", "hashes"] } unleash-yggdrasil = { version = "0.12.0" } utoipa = { version = "4.2.3", features = ["actix_extras", "chrono"] } utoipa-swagger-ui = { version = "7.1.0", features = ["actix-web"] }