aboutsummaryrefslogtreecommitdiff
path: root/rust/Cargo.lock
diff options
context:
space:
mode:
authorAndreas Grois <andi@grois.info>2023-01-21 15:26:28 +0100
committerAndreas Grois <andi@grois.info>2023-01-21 15:26:28 +0100
commit8ec3683b6b1cf23110d21ae75be71be5cfcf0e60 (patch)
tree8bd233396e16c41b45a2edec9baafea46470afd3 /rust/Cargo.lock
parent045fda9e7952b1fbef7d6caa400f1c51fdac46da (diff)
Version 0.2: Update passwordmaker-rs to version 0.2.1HEADv0.2.0main
Diffstat (limited to 'rust/Cargo.lock')
-rw-r--r--rust/Cargo.lock6
1 files changed, 3 insertions, 3 deletions
diff --git a/rust/Cargo.lock b/rust/Cargo.lock
index 2fc4a20..a036775 100644
--- a/rust/Cargo.lock
+++ b/rust/Cargo.lock
@@ -221,7 +221,7 @@ dependencies = [
[[package]]
name = "passfish"
-version = "0.1.0"
+version = "0.2.0"
dependencies = [
"dirs",
"libc",
@@ -239,9 +239,9 @@ dependencies = [
[[package]]
name = "passwordmaker-rs"
-version = "0.1.0"
+version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "ff3d133eeb9874b7b21cf1c8fea98176bca24ff43393e853a8aa8c97dd071f36"
+checksum = "ab27353d7249f2852eacac439f8f1020d79dc650e1b04eed51ada6923dbc6645"
dependencies = [
"unicode-segmentation",
]