summaryrefslogtreecommitdiff
path: root/src/_bcrypt/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'src/_bcrypt/Cargo.toml')
-rw-r--r--src/_bcrypt/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/_bcrypt/Cargo.toml b/src/_bcrypt/Cargo.toml
index 5849b63..64b8af6 100644
--- a/src/_bcrypt/Cargo.toml
+++ b/src/_bcrypt/Cargo.toml
@@ -7,7 +7,7 @@ publish = false
[dependencies]
pyo3 = { version = "0.15.2" }
-bcrypt = "0.11"
+bcrypt = "0.12"
bcrypt-pbkdf = "0.8.1"
base64 = "0.13.0"