From 94d4cd0f98300deef6d4b70605680ebe65174b64 Mon Sep 17 00:00:00 2001 From: Matthew Planchard Date: Wed, 2 Aug 2023 10:29:40 -0400 Subject: [PATCH] Remove unused `bigint` dependency --- crates/cuid1/Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/crates/cuid1/Cargo.toml b/crates/cuid1/Cargo.toml index 92d81d4..1445858 100644 --- a/crates/cuid1/Cargo.toml +++ b/crates/cuid1/Cargo.toml @@ -14,7 +14,6 @@ criterion = "~0.3" [dependencies] base36 = "0.0.1" -bigint = "4.4.3" cuid-util = { path = "../cuid-util", version = "0.1.0" } cuid2 = { path = "../cuid2", version = "0.1.0" } hostname = "~0.3.0"