From 0fb91e2e68d255da88630eb9c1fdef2158c73a82 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 29 Feb 2024 15:50:07 +0100 Subject: [PATCH] fix(deps): update rust crate ulid to 1.1.2 (#428) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- server/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/Cargo.toml b/server/Cargo.toml index aac1296b..0a749e07 100644 --- a/server/Cargo.toml +++ b/server/Cargo.toml @@ -76,7 +76,7 @@ tokio = { version = "1.36.0", features = [ ] } tracing = { version = "0.1.40", features = ["log"] } tracing-subscriber = { version = "0.3.18", features = ["json", "env-filter"] } -ulid = "1.1.1" +ulid = "1.1.2" unleash-types = { version = "0.11", features = ["openapi", "hashes"] } unleash-yggdrasil = { version = "0.11.0" } utoipa = { version = "4.2.0", features = ["actix_extras", "chrono"] }