From cd13e7944a9032280f332007831a752d08eb1659 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 23 Jan 2024 15:02:22 +0000 Subject: [PATCH] fix(deps): update rust crate unleash-types to 0.11 --- server/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"] }