summaryrefslogtreecommitdiff
path: root/src/rust
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-12-20 12:28:07 +0000
committerGitHub <noreply@github.com>2022-12-20 12:28:07 +0000
commiteaf6c3c69ce063c52273d596ac609c48a259457a (patch)
tree46a59246e878f599249aa32e165ca7834849dbf9 /src/rust
parent2e81f899aa52802b1bd131f773c1a95b9815159a (diff)
downloadcryptography-eaf6c3c69ce063c52273d596ac609c48a259457a.tar.gz
Bump link-cplusplus from 1.0.7 to 1.0.8 in /src/rust (#7913)
Bumps [link-cplusplus](https://github.com/dtolnay/link-cplusplus) from 1.0.7 to 1.0.8. - [Release notes](https://github.com/dtolnay/link-cplusplus/releases) - [Commits](https://github.com/dtolnay/link-cplusplus/compare/1.0.7...1.0.8) --- updated-dependencies: - dependency-name: link-cplusplus 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>
Diffstat (limited to 'src/rust')
-rw-r--r--src/rust/Cargo.lock4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/rust/Cargo.lock b/src/rust/Cargo.lock
index 2a618284b..abbc4498a 100644
--- a/src/rust/Cargo.lock
+++ b/src/rust/Cargo.lock
@@ -237,9 +237,9 @@ checksum = "db6d7e329c562c5dfab7a46a2afabc8b987ab9a4834c9d1ca04dc54c1546cef8"
[[package]]
name = "link-cplusplus"
-version = "1.0.7"
+version = "1.0.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "9272ab7b96c9046fbc5bc56c06c117cb639fe2d509df0c421cad82d2915cf369"
+checksum = "ecd207c9c713c34f95a097a5b029ac2ce6010530c7b49d7fea24d977dede04f5"
dependencies = [
"cc",
]