From 5f0785a7aab4c608f4ed0d2db433c8d353d35cb1 Mon Sep 17 00:00:00 2001 From: HimbeerserverDE Date: Fri, 17 Feb 2023 22:44:46 +0100 Subject: [PATCH] bump to PAKEs d597c623 --- Cargo.lock | 3 +-- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d95b618..7f0d880 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -576,8 +576,7 @@ dependencies = [ [[package]] name = "srp" version = "0.6.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4cdd40049b29ab1315ccba7ffcf1eece8162982eab14edfac3cf2c2ffab18193" +source = "git+https://github.com/minetest-rust/PAKEs.git#d597c62367000e00125ed5aa376ba268717da69a" dependencies = [ "digest", "generic-array", 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"] } -- 2.44.0