mirror of
https://github.com/mozilla-services/syncstorage-rs.git
synced 2026-01-21 08:22:19 +01:00
Update pyo3 to the latest version. (#938)
* Update pyo3 to the latest version. * update Cargo.lock
This commit is contained in:
parent
ea1f222b21
commit
cc7d9d3673
457
Cargo.lock
generated
457
Cargo.lock
generated
File diff suppressed because it is too large
Load Diff
@ -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"
|
||||
|
||||
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user