summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-05-01 11:21:09 -0600
committerGitHub <noreply@github.com>2022-05-01 11:21:09 -0600
commitf79f1e295694e273207975eca4740e7cb62b841d (patch)
tree2ab68224457191da75c883c8c7607426d103aaa7
parentafffeae2b00dabaa03f544ac36eb4d6ec71fad38 (diff)
downloadpy-bcrypt-git-f79f1e295694e273207975eca4740e7cb62b841d.tar.gz
Bump inout from 0.1.2 to 0.1.3 in /src/_bcrypt (#316)
Bumps [inout](https://github.com/RustCrypto/utils) from 0.1.2 to 0.1.3. - [Release notes](https://github.com/RustCrypto/utils/releases) - [Commits](https://github.com/RustCrypto/utils/compare/inout-v0.1.2...inout-v0.1.3) --- updated-dependencies: - dependency-name: inout dependency-type: indirect update-type: version-update:semver-patch ... 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
1 files changed, 2 insertions, 2 deletions
diff --git a/src/_bcrypt/Cargo.lock b/src/_bcrypt/Cargo.lock
index 14c8cc5..c4b1dd9 100644
--- a/src/_bcrypt/Cargo.lock
+++ b/src/_bcrypt/Cargo.lock
@@ -170,9 +170,9 @@ dependencies = [
[[package]]
name = "inout"
-version = "0.1.2"
+version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "9e1f03d4ab4d5dc9ec2d219f86c15d2a15fc08239d1cd3b2d6a19717c0a2f443"
+checksum = "a0c10553d664a4d0bcff9f4215d0aac67a639cc68ef660840afe309b807bc9f5"
dependencies = [
"generic-array",
]