summaryrefslogtreecommitdiff
path: root/src/rust
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-10-22 23:39:34 +0000
committerGitHub <noreply@github.com>2022-10-22 23:39:34 +0000
commit22fa3b5f9bbeeda4fa2a2fb2a0b52df6904fd782 (patch)
tree81b035d0fffa6997a475932edf430916f7bead16 /src/rust
parent7321dd92873e49bbd9297f20f834c106add15bbe (diff)
downloadcryptography-22fa3b5f9bbeeda4fa2a2fb2a0b52df6904fd782.tar.gz
Bump cxx-build from 1.0.79 to 1.0.80 in /src/rust (#7735)
Bumps [cxx-build](https://github.com/dtolnay/cxx) from 1.0.79 to 1.0.80. - [Release notes](https://github.com/dtolnay/cxx/releases) - [Commits](https://github.com/dtolnay/cxx/compare/1.0.79...1.0.80) --- updated-dependencies: - dependency-name: cxx-build 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 44e381061..57f355e41 100644
--- a/src/rust/Cargo.lock
+++ b/src/rust/Cargo.lock
@@ -134,9 +134,9 @@ dependencies = [
[[package]]
name = "cxx-build"
-version = "1.0.79"
+version = "1.0.80"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "07d050484b55975889284352b0ffc2ecbda25c0c55978017c132b29ba0818a86"
+checksum = "84f8829ddc213e2c1368e51a2564c552b65a8cb6a28f31e576270ac81d5e5827"
dependencies = [
"cc",
"codespan-reporting",