From f1eb1a26ec0f11f2396bf3afeced03d4b79d4e23 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 10:11:43 +0000 Subject: [PATCH] Bump ulid from 1.2.1 to 2.0.1 Bumps [ulid](https://github.com/dylanhart/ulid-rs) from 1.2.1 to 2.0.1. - [Commits](https://github.com/dylanhart/ulid-rs/compare/v1.2.1...v2.0.1) --- updated-dependencies: - dependency-name: ulid dependency-version: 2.0.1 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 b055298..f0c90be 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4532,11 +4532,11 @@ dependencies = [ [[package]] name = "ulid" -version = "1.2.1" +version = "2.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "470dbf6591da1b39d43c14523b2b469c86879a53e8b758c8e090a470fe7b1fbe" +checksum = "39493d572b98fe1d142e132e7a726c50c68121bce84429216a5ec20e1ad7fec5" dependencies = [ - "rand 0.9.4", + "rand 0.10.2", "serde", "uuid", "web-time", diff --git a/Cargo.toml b/Cargo.toml index 50129f0..a3278a9 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 = "2.0", features = ["serde", "uuid"] } bytesize = { version = "2.3", features = ["serde"] }