From 14c372954a98850d6f38dee1e8000898b6024ab4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 6 Jun 2026 22:23:02 +0000 Subject: [PATCH] Update sonyflake requirement from 0.4.0 to 0.5.0 Updates the requirements on sonyflake to permit the latest version. --- updated-dependencies: - dependency-name: sonyflake dependency-version: 0.5.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b67ea1e..1680a2f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -48,7 +48,7 @@ criterion = { version = "0.8.2", features = ["html_reports"] } uuid = { version = "1.12", features = ["v4", "v7"] } ulid = "1.1" rs-snowflake = "0.6.0" -sonyflake = "0.4.0" +sonyflake = "0.5.0" ksuid = "0.2.0" fastid = "0.3.3" core_affinity = "0.8.3"