summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-08-09 08:26:47 -0400
committerGitHub <noreply@github.com>2021-08-09 08:26:47 -0400
commit3ba2c3d3ac40876a49f9b58bf7eede00a696d0f2 (patch)
tree4cb8547cc821ecf912e85350a83136180936d3bf /src
parente739727fc3ea3dd3237b45583ce5bd4f388b9c9f (diff)
downloadcryptography-3ba2c3d3ac40876a49f9b58bf7eede00a696d0f2.tar.gz
Bump pyo3 from 0.14.1 to 0.14.2 in /src/rust (#6200)
Bumps [pyo3](https://github.com/pyo3/pyo3) from 0.14.1 to 0.14.2. - [Release notes](https://github.com/pyo3/pyo3/releases) - [Changelog](https://github.com/PyO3/pyo3/blob/main/CHANGELOG.md) - [Commits](https://github.com/pyo3/pyo3/compare/v0.14.1...v0.14.2) --- updated-dependencies: - dependency-name: pyo3 dependency-type: direct:production 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.lock16
-rw-r--r--src/rust/Cargo.toml2
2 files changed, 9 insertions, 9 deletions
diff --git a/src/rust/Cargo.lock b/src/rust/Cargo.lock
index 691efbcfa..812a39a5b 100644
--- a/src/rust/Cargo.lock
+++ b/src/rust/Cargo.lock
@@ -279,9 +279,9 @@ dependencies = [
[[package]]
name = "pyo3"
-version = "0.14.1"
+version = "0.14.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "338f7f3701e11fd7f76508c91fbcaabc982564bcaf4d1ca7e1574ff2b4778aec"
+checksum = "af205762ba65eec9f27a2fa1a57a40644e8e3368784b8c8b2f2de48f6e8ddd96"
dependencies = [
"cfg-if",
"indoc",
@@ -295,18 +295,18 @@ dependencies = [
[[package]]
name = "pyo3-build-config"
-version = "0.14.1"
+version = "0.14.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "dcb2e98cc9ccc83d4f7115c8f925e0057e88c8d324b1bc4c2db4a7270c06ac9d"
+checksum = "755944027ce803c7238e59c5a18e59c1d0a4553db50b23e9ba209a568353028d"
dependencies = [
"once_cell",
]
[[package]]
name = "pyo3-macros"
-version = "0.14.1"
+version = "0.14.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "cfb8671a42d0ecc4bec8cc107ae96d49292ca20cd1968e09b98af4aafd516adf"
+checksum = "cd31b36bccfd902c78804bd96c28ea93eac6fa0ca311f9d21ef2230b6665b29a"
dependencies = [
"pyo3-macros-backend",
"quote",
@@ -315,9 +315,9 @@ dependencies = [
[[package]]
name = "pyo3-macros-backend"
-version = "0.14.1"
+version = "0.14.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "9addf6dc422f05d4949cc0990195ee74fa43e3c3780cc9a1972fe9e7b68a9f48"
+checksum = "c21c59ba36db9c823e931c662766b0dd01a030b1d96585b67d8857a96a56b972"
dependencies = [
"proc-macro2",
"pyo3-build-config",
diff --git a/src/rust/Cargo.toml b/src/rust/Cargo.toml
index aa4331ce9..45a853d83 100644
--- a/src/rust/Cargo.toml
+++ b/src/rust/Cargo.toml
@@ -7,7 +7,7 @@ publish = false
[dependencies]
lazy_static = "1"
-pyo3 = { version = "0.14.1" }
+pyo3 = { version = "0.14.2" }
asn1 = { version = "0.6", default-features = false, features = ["derive"] }
pem = "0.8"
chrono = { version = "0.4", default-features = false, features = ["alloc"] }