summaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
authorLibravatar bigfoot547 <[email protected]>2025-01-01 03:06:56 -0600
committerLibravatar bigfoot547 <[email protected]>2025-01-01 03:06:56 -0600
commitc21df3c73ae0dd18999f72504f96930f2c69b4eb (patch)
tree61568d7c065312953572e4e3fb98f60f329f3c32 /Cargo.lock
parentsome stuff has changed (diff)
add string sub algorithm
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock11
1 files changed, 0 insertions, 11 deletions
diff --git a/Cargo.lock b/Cargo.lock
index ced08f9..a3adb30 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -2335,7 +2335,6 @@ dependencies = [
"serde_json",
"sha1_smol",
"tokio",
- "uuid",
]
[[package]]
@@ -4032,16 +4031,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
[[package]]
-name = "uuid"
-version = "1.11.0"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "f8c5f0a0af699448548ad1a2fbf920fb4bee257eae39953ba95cb84891a0446a"
-dependencies = [
- "getrandom",
- "serde",
-]
-
-[[package]]
name = "vcpkg"
version = "0.2.15"
source = "registry+https://github.com/rust-lang/crates.io-index"