diff options
author | metamuffin <metamuffin@disroot.org> | 2024-09-21 19:13:26 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2024-09-21 19:13:26 +0200 |
commit | f2a61d6d60ba1d628ccc7ee3b591e5fdb601e59f (patch) | |
tree | 9b957a52d32923496f9e4013ccafa08628fa96b0 /Cargo.lock | |
parent | 22723935cea1d9e38df8402b332acbd7d27c8d44 (diff) | |
download | hurrycurry-f2a61d6d60ba1d628ccc7ee3b591e5fdb601e59f.tar hurrycurry-f2a61d6d60ba1d628ccc7ee3b591e5fdb601e59f.tar.bz2 hurrycurry-f2a61d6d60ba1d628ccc7ee3b591e5fdb601e59f.tar.zst |
enable the "process level cryptoprovider" (TM) (TM)
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1189,6 +1189,7 @@ dependencies = [ "log", "markup", "rocket", + "rustls", "serde", "serde_json", "tokio", |