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 6c75126..3c44967 100644
--- a/src/_bcrypt/Cargo.toml
+++ b/src/_bcrypt/Cargo.toml
@@ -9,7 +9,7 @@ publish = false
pyo3 = { version = "0.15.2" }
bcrypt = "0.13"
bcrypt-pbkdf = "0.8.1"
-base64 = "0.13.0"
+base64 = "0.13.1"
[features]
extension-module = ["pyo3/extension-module"]