From 81a835c03dfede671a781095c38de840a9724418 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Jul 2024 22:21:27 +0000 Subject: [PATCH] build(deps): bump ulid from 1.1.2 to 1.1.3 Bumps [ulid](https://github.com/dylanhart/ulid-rs) from 1.1.2 to 1.1.3. - [Commits](https://github.com/dylanhart/ulid-rs/compare/v1.1.2...v1.1.3) --- updated-dependencies: - dependency-name: ulid dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e0a2887a2..ec5eeb67e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6533,9 +6533,9 @@ checksum = "ed646292ffc8188ef8ea4d1e0e0150fb15a5c2e12ad9b8fc191ae7a8a7f3c4b9" [[package]] name = "ulid" -version = "1.1.2" +version = "1.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "34778c17965aa2a08913b57e1f34db9b4a63f5de31768b55bf20d2795f921259" +checksum = "04f903f293d11f31c0c29e4148f6dc0d033a7f80cebc0282bea147611667d289" dependencies = [ "getrandom", "rand", diff --git a/Cargo.toml b/Cargo.toml index c75ba9587..cbc95dbbc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -258,7 +258,7 @@ features = ["serde"] # ULID support [workspace.dependencies.ulid] -version = "1.1.2" +version = "1.1.3" features = ["serde"] # A few profile opt-level tweaks to make the test suite run faster