summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorHimbeerserverDE <himbeerserverde@gmail.com>2023-02-17 22:44:46 +0100
committerHimbeerserverDE <himbeerserverde@gmail.com>2023-02-17 22:44:46 +0100
commit5f0785a7aab4c608f4ed0d2db433c8d353d35cb1 (patch)
treeb27715f03b64a5f7a897383c09e0e02d3b5fdca4 /Cargo.toml
parent5e9f8ac95e5fa1c4732b0e85f9f08753c3d3cf7f (diff)
downloadmt_client-5f0785a7aab4c608f4ed0d2db433c8d353d35cb1.tar.xz
bump to PAKEs d597c623
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 4b9fc94..d14cb17 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -7,5 +7,5 @@ edition = "2021"
mt_net = { git = "https://github.com/minetest-rust/mt_net", version = "0.1.0", features = ["conn", "client"] }
rand = "0.8.5"
sha2 = "0.10.6"
-srp = "0.6.0"
+srp = { git = "https://github.com/minetest-rust/PAKEs.git", version = "0.6.0" }
tokio = { version = "1.25.0", features = ["rt", "rt-multi-thread"] }