From 471b44df3167a517f5d97a642924382bd78a707d Mon Sep 17 00:00:00 2001 From: GitLab CI <project_7_bot_1bfaee5701aed20091a86249a967a6c1@noreply.firefish.dev> Date: Mon, 19 Aug 2024 04:08:37 +0000 Subject: [PATCH] chore(deps): update rust crate cuid2 to 0.1.3 --- Cargo.lock | 9 +++++---- Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 248f0ed52e..1833db9677 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -667,17 +667,18 @@ dependencies = [ [[package]] name = "cuid-util" -version = "0.1.0" +version = "0.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5ea2bfe0336ff1b7ca74819b2df8dfae9afea358aff6b1688baa5c181d8c3713" +checksum = "1d59a706635108a7e8eaae7ec8e6154504fafa4a415ef38690d94fccea051757" [[package]] name = "cuid2" -version = "0.1.2" +version = "0.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "47d99cacd52fd67db7490ad051c8c1973fb75520174d69aabbae08c534c9d0e8" +checksum = "50e281dc36864ea88fae2ec4e21eb280e8239487acb1ddc59b528b0afa7997bd" dependencies = [ "cuid-util", + "getrandom", "num", "rand", "sha3", diff --git a/Cargo.toml b/Cargo.toml index 29d49855a2..b70fbd2fb4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ bb8 = { version = "0.8.5", default-features = false } bcrypt = { version = "0.15.1", default-features = false } chrono = { version = "0.4.38", default-features = false } convert_case = { version = "0.6.0", default-features = false } -cuid2 = { version = "0.1.2", default-features = false } +cuid2 = { version = "0.1.3", default-features = false } emojis = { version = "0.6.3", default-features = false } error-doc = { version = "0.1.0" } futures-util = { version = "0.3.30", default-features = false }