diff options
author | Cara Salter <cara@devcara.com> | 2022-06-28 14:10:15 -0400 |
---|---|---|
committer | Cara Salter <cara@devcara.com> | 2022-06-28 14:11:28 -0400 |
commit | 57a59a25f623302e674432049e2f2c13d6fea322 (patch) | |
tree | ecb64352133d8ead7ad5f4177ba4a88b3f81df80 /Cargo.lock | |
parent | a684e1bab093b9007f51bd34e4e087b1a9eecdfb (diff) | |
download | solard-57a59a25f623302e674432049e2f2c13d6fea322.tar.gz solard-57a59a25f623302e674432049e2f2c13d6fea322.zip |
auth: Finished PASETO auth
Closes #4
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 7 |
1 files changed, 0 insertions, 7 deletions
@@ -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", |