summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-03-25 02:24:38 +0000
committerGitHub <noreply@github.com>2023-03-25 02:24:38 +0000
commite2b7fc4b53fef2848dc9567d9915aae9804203ab (patch)
treeee6966d2c6eb82d5d39219cfab8a05e8beb56f81 /src
parentcfaaf82e44c0fbbc421693667b45be2871f84f9e (diff)
downloadcryptography-e2b7fc4b53fef2848dc9567d9915aae9804203ab.tar.gz
Bump indoc from 1.0.4 to 1.0.9 in /src/rust (#8610)
Bumps [indoc](https://github.com/dtolnay/indoc) from 1.0.4 to 1.0.9. - [Release notes](https://github.com/dtolnay/indoc/releases) - [Commits](https://github.com/dtolnay/indoc/compare/1.0.4...1.0.9) --- updated-dependencies: - dependency-name: indoc 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>
Diffstat (limited to 'src')
-rw-r--r--src/rust/Cargo.lock7
1 files changed, 2 insertions, 5 deletions
diff --git a/src/rust/Cargo.lock b/src/rust/Cargo.lock
index d9733c383..ac34af03f 100644
--- a/src/rust/Cargo.lock
+++ b/src/rust/Cargo.lock
@@ -209,12 +209,9 @@ dependencies = [
[[package]]
name = "indoc"
-version = "1.0.4"
+version = "1.0.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "e7906a9fababaeacb774f72410e497a1d18de916322e33797bb2cd29baa23c9e"
-dependencies = [
- "unindent",
-]
+checksum = "bfa799dd5ed20a7e349f3b4639aa80d74549c81716d9ec4f994c9b5815598306"
[[package]]
name = "js-sys"