Update pyo3 to the latest version. (#938)

* Update pyo3 to the latest version.
* update Cargo.lock
This commit is contained in:
Donovan Preston 2020-11-30 16:37:37 -05:00 committed by GitHub
parent ea1f222b21
commit cc7d9d3673
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 253 additions and 208 deletions

457
Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -41,7 +41,7 @@ googleapis-raw = { version = "0", path = "vendor/mozilla-rust-sdk/googleapis-raw
# `cargo build --features grpcio/openssl ...`
grpcio = { version = "0.6.0" }
lazy_static = "1.4.0"
pyo3 = "0.12.1"
pyo3 = "0.12.4"
hawk = "3.2"
hostname = "0.3.1"
hkdf = "0.10"

View File

@ -3,7 +3,7 @@
// This appears as a comment in each generated file. Add it once here
// to save a bit of time and effort.
const _PROTOBUF_VERSION_CHECK: () = ::protobuf::VERSION_2_18_0;
const _PROTOBUF_VERSION_CHECK: () = ::protobuf::VERSION_2_18_1;
pub mod empty;
pub(crate) mod iam;