From 2e9a05dad1bdcf0c5be6b8d46cfa5a28518ff22a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Dec 2025 21:10:45 +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 bfc949f41..3fa49a358 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6620,11 +6620,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 7b1aba0d4..65c4fdcfa 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