summaryrefslogtreecommitdiff
path: root/src/rust
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-11-18 07:17:27 -0500
committerGitHub <noreply@github.com>2022-11-18 07:17:27 -0500
commite78159cbfa70f6fd7172d15487289a1c19106791 (patch)
treea440b9a68d0ff22240e85c054ab13872735fecf9 /src/rust
parent95edbd105e76bb864510a7790322781a9aeba523 (diff)
downloadcryptography-e78159cbfa70f6fd7172d15487289a1c19106791.tar.gz
Bump cxx from 1.0.81 to 1.0.82 in /src/rust (#7821)
Bumps [cxx](https://github.com/dtolnay/cxx) from 1.0.81 to 1.0.82. - [Release notes](https://github.com/dtolnay/cxx/releases) - [Commits](https://github.com/dtolnay/cxx/compare/1.0.81...1.0.82) --- updated-dependencies: - dependency-name: cxx 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.lock12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/rust/Cargo.lock b/src/rust/Cargo.lock
index 6d5802b42..ade74d130 100644
--- a/src/rust/Cargo.lock
+++ b/src/rust/Cargo.lock
@@ -122,9 +122,9 @@ dependencies = [
[[package]]
name = "cxx"
-version = "1.0.81"
+version = "1.0.82"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "97abf9f0eca9e52b7f81b945524e76710e6cb2366aead23b7d4fbf72e281f888"
+checksum = "d4a41a86530d0fe7f5d9ea779916b7cadd2d4f9add748b99c2c029cbbdfaf453"
dependencies = [
"cc",
"cxxbridge-flags",
@@ -149,15 +149,15 @@ dependencies = [
[[package]]
name = "cxxbridge-flags"
-version = "1.0.81"
+version = "1.0.82"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "8ca220e4794c934dc6b1207c3b42856ad4c302f2df1712e9f8d2eec5afaacf1f"
+checksum = "820a9a2af1669deeef27cb271f476ffd196a2c4b6731336011e0ba63e2c7cf71"
[[package]]
name = "cxxbridge-macro"
-version = "1.0.81"
+version = "1.0.82"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "b846f081361125bfc8dc9d3940c84e1fd83ba54bbca7b17cd29483c828be0704"
+checksum = "a08a6e2fcc370a089ad3b4aaf54db3b1b4cee38ddabce5896b33eb693275f470"
dependencies = [
"proc-macro2",
"quote",