From 91877c6c0c069133a38dc238f963878872f06567 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 18 Jul 2026 22:23:18 +0000 Subject: [PATCH] Update ulid requirement from 1.2.1 to 3.0.0 Updates the requirements on [ulid](https://github.com/dylanhart/ulid-rs) to permit the latest version. - [Commits](https://github.com/dylanhart/ulid-rs/compare/v1.2.1...v3.0.0) --- updated-dependencies: - dependency-name: ulid dependency-version: 3.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4df606b..a44a20e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -46,7 +46,7 @@ lto = true [dev-dependencies] criterion = { version = "0.5.1", features = ["html_reports"] } uuid = { version = "1.23.3", features = ["v4", "v7"] } -ulid = "1.2.1" +ulid = "3.0.0" rs-snowflake = "0.6.0" sonyflake = "0.4.0" ksuid = "0.2.0"