Require user to be UUID

This commit is contained in:
Bad Manners 2024-10-05 17:58:36 -03:00
parent 7abd08dbff
commit 3cea5eb70a
3 changed files with 10 additions and 1 deletions

7
Cargo.lock generated
View file

@ -862,6 +862,7 @@ dependencies = [
"serde_json",
"sha2",
"tokio",
"uuid",
]
[[package]]
@ -1073,6 +1074,12 @@ version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
[[package]]
name = "uuid"
version = "1.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "81dfa00651efa65069b0b6b651f4aaa31ba9e3c3ce0137aaad053604ee7e0314"
[[package]]
name = "version_check"
version = "0.9.5"