From 5b4fb06665a2cfbc04534a08ac9f2fcccadbedb1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Feb 2025 04:05:41 +0000 Subject: [PATCH] dep-update: bump ulid from 1.1.4 to 1.2.0 (#721) Bumps [ulid](https://github.com/dylanhart/ulid-rs) from 1.1.4 to 1.2.0. - [Commits](https://github.com/dylanhart/ulid-rs/compare/v1.1.4...v1.2.0) --- updated-dependencies: - dependency-name: ulid dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 6 +++--- server/Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index fdf3205e..a2a9ce1e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4680,11 +4680,11 @@ checksum = "2896d95c02a80c6d6a5d6e953d479f5ddf2dfdb6a244441010e373ac0fb88971" [[package]] name = "ulid" -version = "1.1.4" +version = "1.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f294bff79170ed1c5633812aff1e565c35d993a36e757f9bc0accf5eec4e6045" +checksum = "ab82fc73182c29b02e2926a6df32f2241dbadb5cfc111fd595515b3598f46bb3" dependencies = [ - "rand 0.8.5", + "rand 0.9.0", "web-time", ] diff --git a/server/Cargo.toml b/server/Cargo.toml index 55af079e..8441c384 100644 --- a/server/Cargo.toml +++ b/server/Cargo.toml @@ -94,7 +94,7 @@ tokio = { version = "1.43.0", features = [ tokio-stream = { version = "0.1.17" } tracing = { version = "0.1.41", features = ["log"] } tracing-subscriber = { version = "0.3.19", features = ["json", "env-filter"] } -ulid = "1.1.4" +ulid = "1.2.0" unleash-types = { version = "0.15.5", features = ["openapi", "hashes"] } unleash-yggdrasil = { version = "0.17.0" } utoipa = { version = "5.3.1", features = ["actix_extras", "chrono"] }