diff --git a/Cargo.lock b/Cargo.lock index 75b1d31e..8b1bca63 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3145,6 +3145,7 @@ dependencies = [ "email_address", "fern", "futures", + "hex", "hyper", "indexmap 1.9.3", "jsonwebtoken", diff --git a/Cargo.toml b/Cargo.toml index 3798323d..4684a1e4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -74,6 +74,8 @@ axum = { version = "0.6.18", features = ["multipart"] } hyper = "0.14.26" tower-http = { version = "0.4.0", features = ["cors"] } email_address = "0.2.4" +hex = "0.4.3" +uuid = { version = "1.3", features = ["v4"] } [dev-dependencies] rand = "0.8"