summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-10-24 07:09:32 -0400
committerGitHub <noreply@github.com>2022-10-24 07:09:32 -0400
commitdd649e25f2f9271dc11c661de7e92fa675652e4e (patch)
tree0edbc88d109ea6cd08f0690d4b09907149d599d7
parent37a535079fef9e9a1ed2ce2792347bfdff69ea33 (diff)
downloadpy-bcrypt-git-dd649e25f2f9271dc11c661de7e92fa675652e4e.tar.gz
Bump base64 from 0.13.0 to 0.13.1 in /src/_bcrypt (#447)
Bumps [base64](https://github.com/marshallpierce/rust-base64) from 0.13.0 to 0.13.1. - [Release notes](https://github.com/marshallpierce/rust-base64/releases) - [Changelog](https://github.com/marshallpierce/rust-base64/blob/master/RELEASE-NOTES.md) - [Commits](https://github.com/marshallpierce/rust-base64/compare/v0.13.0...v0.13.1) --- updated-dependencies: - dependency-name: base64 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r--src/_bcrypt/Cargo.lock4
-rw-r--r--src/_bcrypt/Cargo.toml2
2 files changed, 3 insertions, 3 deletions
diff --git a/src/_bcrypt/Cargo.lock b/src/_bcrypt/Cargo.lock
index 22656b0..648781c 100644
--- a/src/_bcrypt/Cargo.lock
+++ b/src/_bcrypt/Cargo.lock
@@ -10,9 +10,9 @@ checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
[[package]]
name = "base64"
-version = "0.13.0"
+version = "0.13.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "904dfeac50f3cdaba28fc6f57fdcddb75f49ed61346676a78c4ffe55877802fd"
+checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
[[package]]
name = "bcrypt"
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"]