From 4eabbd501fe8e1a3082e6c71489a1559ded33c09 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 19:07:06 +0000 Subject: [PATCH] deps: 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 4d15e3b..1ecf3a9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -7026,11 +7026,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", "web-time", ] diff --git a/Cargo.toml b/Cargo.toml index bd11611..2c62cd3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -108,7 +108,7 @@ semver = "1" # ─── Misc ─── uuid = { version = "1", features = ["v4"] } -ulid = "1" +ulid = "2" lru = "0.18" unicode-width = "0.2" strip-ansi-escapes = "0.2"