From 1398ad6b2e28258e64b487e7856f25fe83d05072 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 21 Jul 2026 02:52:38 +0000 Subject: [PATCH] chore(deps): update rust crate ulid to v3 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index fdf92fb..699cf50 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -51,7 +51,7 @@ tempfile = "3.8" tokio = { version = "1", features = ["full"] } tokio-util = { version = "0.7", features = ["io"] } toml = "1.0" -ulid = "1.1" +ulid = "3.0" unicode-icons = "2.0" url = { version = "2.5", features = ["serde"] } urlencoding = "2.1"