aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorCara Salter <cara@devcara.com>2022-06-28 14:10:15 -0400
committerCara Salter <cara@devcara.com>2022-06-28 14:11:28 -0400
commit57a59a25f623302e674432049e2f2c13d6fea322 (patch)
treeecb64352133d8ead7ad5f4177ba4a88b3f81df80 /Cargo.lock
parenta684e1bab093b9007f51bd34e4e087b1a9eecdfb (diff)
downloadsolard-57a59a25f623302e674432049e2f2c13d6fea322.tar.gz
solard-57a59a25f623302e674432049e2f2c13d6fea322.zip
auth: Finished PASETO auth
Closes #4
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock7
1 files changed, 0 insertions, 7 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 504227c..445c673 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -499,12 +499,6 @@ dependencies = [
]
[[package]]
-name = "hex"
-version = "0.4.3"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
-
-[[package]]
name = "http"
version = "0.2.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -1329,7 +1323,6 @@ dependencies = [
"chrono",
"color-eyre",
"eyre",
- "hex",
"hyper",
"kankyo",
"paseto",