From d31b3bfef795a8d69cfb8cfb1f42e2884b043d21 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Nov 2025 13:40:04 +0000 Subject: [PATCH] build(deps): bump ulid from 1.1.4 to 1.2.1 Bumps [ulid](https://github.com/dylanhart/ulid-rs) from 1.1.4 to 1.2.1. - [Commits](https://github.com/dylanhart/ulid-rs/compare/v1.1.4...v1.2.1) --- updated-dependencies: - dependency-name: ulid dependency-version: 1.2.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 6 +++--- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f3eb7e0ba..1ac58afcd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6616,11 +6616,11 @@ checksum = "2896d95c02a80c6d6a5d6e953d479f5ddf2dfdb6a244441010e373ac0fb88971" [[package]] name = "ulid" -version = "1.1.4" +version = "1.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f294bff79170ed1c5633812aff1e565c35d993a36e757f9bc0accf5eec4e6045" +checksum = "470dbf6591da1b39d43c14523b2b469c86879a53e8b758c8e090a470fe7b1fbe" dependencies = [ - "rand 0.8.5", + "rand 0.9.2", "serde", "uuid", "web-time", diff --git a/Cargo.toml b/Cargo.toml index 041088a0d..7886fa0fe 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -701,7 +701,7 @@ version = "2.1.3" # ULID support [workspace.dependencies.ulid] -version = "=1.1.4" # Pinned to the latest version which used rand 0.8 +version = "=1.2.1" # Pinned to the latest version which used rand 0.8 features = ["serde", "uuid"] # UUID support