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 3c44967..f77e599 100644
--- a/src/_bcrypt/Cargo.toml
+++ b/src/_bcrypt/Cargo.toml
@@ -6,7 +6,7 @@ edition = "2018"
publish = false
[dependencies]
-pyo3 = { version = "0.15.2" }
+pyo3 = { version = "0.18.3" }
bcrypt = "0.13"
bcrypt-pbkdf = "0.8.1"
base64 = "0.13.1"