updated dependencies

This commit is contained in:
MrDulfin 2024-06-02 19:15:51 -04:00
parent d6c3b7c3b7
commit 1f831f4f6d
2 changed files with 1 additions and 9 deletions

7
Cargo.lock generated
View file

@ -7,7 +7,6 @@ name = "kushi"
version = "0.1.0"
dependencies = [
"thiserror",
"uuid",
]
[[package]]
@ -64,9 +63,3 @@ name = "unicode-ident"
version = "1.0.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
[[package]]
name = "uuid"
version = "1.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a183cf7feeba97b4dd1c0d46788634f6221d87fa961b305bed08c851829efcc0"

View file

@ -14,4 +14,3 @@ categories = ["data-structures"]
[dependencies]
thiserror = "1.0.61"
uuid = "1.8.0"