aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2024-07-05 02:57:37 +0200
committermetamuffin <metamuffin@disroot.org>2024-07-05 02:57:37 +0200
commit6de0a5e827b0b18f589c28f489b4ff88169f156c (patch)
treecc6923484b77b5654fe1ca09bf6694fda7a894a2 /Cargo.lock
parent384ddd782b989218ceb55b7147aa8698425d1464 (diff)
downloadsip-rs-6de0a5e827b0b18f589c28f489b4ff88169f156c.tar
sip-rs-6de0a5e827b0b18f589c28f489b4ff88169f156c.tar.bz2
sip-rs-6de0a5e827b0b18f589c28f489b4ff88169f156c.tar.zst
this wont work
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock14
1 files changed, 14 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 68e3129..7d7e46b 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -185,6 +185,12 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
[[package]]
+name = "hex"
+version = "0.4.3"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
+
+[[package]]
name = "humantime"
version = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -219,6 +225,12 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24"
[[package]]
+name = "md5"
+version = "0.7.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "490cc448043f947bae3cbee9c203358d62dbee0db12107a74be5c30ccfd09771"
+
+[[package]]
name = "memchr"
version = "2.7.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -413,7 +425,9 @@ dependencies = [
"anyhow",
"base64",
"env_logger",
+ "hex",
"log",
+ "md5",
"rand",
"tokio",
]