From d9ac4206bcb96ef0c20488b9f8f29921c159a01d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 18 Jul 2026 02:14:36 +0000 Subject: [PATCH] Bump ulid from 1.2.1 to 3.0.0 Bumps [ulid](https://github.com/dylanhart/ulid-rs) from 1.2.1 to 3.0.0. - [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 update-type: version-update:semver-major ... 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 d0ce890..9d221bb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4589,11 +4589,11 @@ dependencies = [ [[package]] name = "ulid" -version = "1.2.1" +version = "3.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "470dbf6591da1b39d43c14523b2b469c86879a53e8b758c8e090a470fe7b1fbe" +checksum = "947dde63b6d514cc5e044edad4e0ca7261afd1099d16c83d942cb2b2f348689c" dependencies = [ - "rand 0.9.5", + "rand 0.10.2", "serde", "uuid", "web-time", diff --git a/Cargo.toml b/Cargo.toml index a547355..a8a7f92 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ tracing-subscriber = { version = "0.3", features = [ "fmt", "json", ] } -ulid = { version = "1.2", features = ["serde", "uuid"] } +ulid = { version = "3.0", features = ["serde", "uuid"] } bytesize = { version = "2.3", features = ["serde"] }