summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-12-27 10:21:36 +0700
committerGitHub <noreply@github.com>2022-12-27 10:21:36 +0700
commit1f320f8089810052b52406432308b6cf95ee94ee (patch)
treea0f149499269a5eda54faec2dcef92189ddfb90d
parent6a4dfa86a660e9498eebf4c664be4cd9ad32b372 (diff)
downloadpy-bcrypt-git-1f320f8089810052b52406432308b6cf95ee94ee.tar.gz
Bump unindent from 0.1.10 to 0.1.11 in /src/_bcrypt (#479)
Bumps [unindent](https://github.com/dtolnay/indoc) from 0.1.10 to 0.1.11. - [Release notes](https://github.com/dtolnay/indoc/releases) - [Commits](https://github.com/dtolnay/indoc/compare/0.1.10...0.1.11) --- updated-dependencies: - dependency-name: unindent dependency-type: indirect 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
1 files changed, 2 insertions, 2 deletions
diff --git a/src/_bcrypt/Cargo.lock b/src/_bcrypt/Cargo.lock
index 42df383..ac98d8a 100644
--- a/src/_bcrypt/Cargo.lock
+++ b/src/_bcrypt/Cargo.lock
@@ -396,9 +396,9 @@ checksum = "84a22b9f218b40614adcb3f4ff08b703773ad44fa9423e4e0d346d5db86e4ebc"
[[package]]
name = "unindent"
-version = "0.1.10"
+version = "0.1.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "58ee9362deb4a96cef4d437d1ad49cffc9b9e92d202b6995674e928ce684f112"
+checksum = "e1766d682d402817b5ac4490b3c3002d91dfa0d22812f341609f97b08757359c"
[[package]]
name = "version_check"