From b9bcf76af800385641d2d068b3790b1de675f15c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 14:20:00 +0000 Subject: [PATCH] chore(deps): bump ulid from 1.1.3 to 1.1.4 Bumps [ulid](https://github.com/dylanhart/ulid-rs) from 1.1.3 to 1.1.4. - [Commits](https://github.com/dylanhart/ulid-rs/compare/v1.1.3...v1.1.4) --- updated-dependencies: - dependency-name: ulid dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 00821b2b..764b5fa8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3395,11 +3395,10 @@ checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825" [[package]] name = "ulid" -version = "1.1.3" +version = "1.1.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "04f903f293d11f31c0c29e4148f6dc0d033a7f80cebc0282bea147611667d289" +checksum = "f294bff79170ed1c5633812aff1e565c35d993a36e757f9bc0accf5eec4e6045" dependencies = [ - "getrandom", "rand", "serde", "web-time",