From 98de8b63375d168fac56263fd944c30f4bbd193a Mon Sep 17 00:00:00 2001 From: Andreas Grois Date: Tue, 1 Nov 2022 11:22:06 +0100 Subject: Switch to Crates.io version of passwordmaker-rs --- rust/Cargo.lock | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'rust/Cargo.lock') diff --git a/rust/Cargo.lock b/rust/Cargo.lock index e742a68..2fc4a20 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -240,7 +240,8 @@ dependencies = [ [[package]] name = "passwordmaker-rs" version = "0.1.0" -source = "git+https://github.com/soulsource/passwordmaker-rs.git?branch=main#ea6789e5b33540270f5de3edb54264e6892fad73" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ff3d133eeb9874b7b21cf1c8fea98176bca24ff43393e853a8aa8c97dd071f36" dependencies = [ "unicode-segmentation", ] -- cgit v1.2.3