From 83d9269889b7cd975942a3deeff8db768caabf62 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 May 2025 04:58:10 +0000 Subject: [PATCH] chore(deps): bump ulid from 1.1.3 to 1.2.1 Bumps [ulid](https://github.com/dylanhart/ulid-rs) from 1.1.3 to 1.2.1. - [Commits](https://github.com/dylanhart/ulid-rs/compare/v1.1.3...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 | 7 +++---- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6aa5324d..651d79f0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2365,12 +2365,11 @@ checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825" [[package]] name = "ulid" -version = "1.1.3" +version = "1.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "04f903f293d11f31c0c29e4148f6dc0d033a7f80cebc0282bea147611667d289" +checksum = "470dbf6591da1b39d43c14523b2b469c86879a53e8b758c8e090a470fe7b1fbe" dependencies = [ - "getrandom 0.2.15", - "rand 0.8.5", + "rand 0.9.0", "uuid", "web-time", ] diff --git a/Cargo.toml b/Cargo.toml index 30763422..a54a4ae5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -39,7 +39,7 @@ nanoid = { version = "0.4" } pgrx = { version = "=0.13.1" } pushid = { version = "0.0.1" } timeflake-rs = { version = "0.3" } -ulid = { version = "1.1", features = [ "uuid" ] } +ulid = { version = "1.2", features = [ "uuid" ] } uuid = { version = "1.10", features = [ "v6", "v7" ] } xid = { version = "1.1" } time = { version = "0.3" }