mirror of
https://github.com/mozilla-services/syncstorage-rs.git
synced 2026-05-05 20:26:26 +02:00
parent
e044858323
commit
af5234d4ce
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -1994,9 +1994,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "protobuf"
|
||||
version = "2.16.2"
|
||||
version = "2.17.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "d883f78645c21b7281d21305181aa1f4dd9e9363e7cf2566c93121552cff003e"
|
||||
checksum = "cb14183cc7f213ee2410067e1ceeadba2a7478a59432ff0747a335202798b1e2"
|
||||
|
||||
[[package]]
|
||||
name = "quick-error"
|
||||
|
||||
@ -47,7 +47,7 @@ log = { version = "0.4.8", features = ["max_level_info", "release_max_level_info
|
||||
mime = "0.3"
|
||||
num_cpus = "1"
|
||||
# must match what's used by googleapis-raw
|
||||
protobuf = "2.15"
|
||||
protobuf = "2.17.0"
|
||||
rand = "0.7"
|
||||
regex = "1.3"
|
||||
sentry = { version = "0.19", features = ["with_curl_transport"] }
|
||||
|
||||
@ -7,7 +7,7 @@ edition = "2018"
|
||||
[dependencies]
|
||||
futures = "0.3.5"
|
||||
grpcio = "0.6.0"
|
||||
protobuf = "2.16.2"
|
||||
protobuf = "2.17.0"
|
||||
|
||||
[dev-dependencies]
|
||||
slog = "2.5"
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
// This file is generated by rust-protobuf 2.16.2. Do not edit
|
||||
// This file is generated by rust-protobuf 2.17.0. Do not edit
|
||||
// @generated
|
||||
|
||||
// https://github.com/rust-lang/rust-clippy/issues/702
|
||||
@ -21,7 +21,7 @@
|
||||
|
||||
/// Generated files are compatible only with the same version
|
||||
/// of protobuf runtime.
|
||||
// const _PROTOBUF_VERSION_CHECK: () = ::protobuf::VERSION_2_16_2;
|
||||
// const _PROTOBUF_VERSION_CHECK: () = ::protobuf::VERSION_2_17_0;
|
||||
|
||||
#[derive(PartialEq,Clone,Default)]
|
||||
pub struct Empty {
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
// This file is generated by rust-protobuf 2.16.2. Do not edit
|
||||
// This file is generated by rust-protobuf 2.17.0. Do not edit
|
||||
// @generated
|
||||
|
||||
// https://github.com/rust-lang/rust-clippy/issues/702
|
||||
@ -21,7 +21,7 @@
|
||||
|
||||
/// Generated files are compatible only with the same version
|
||||
/// of protobuf runtime.
|
||||
// const _PROTOBUF_VERSION_CHECK: () = ::protobuf::VERSION_2_16_2;
|
||||
// const _PROTOBUF_VERSION_CHECK: () = ::protobuf::VERSION_2_17_0;
|
||||
|
||||
#[derive(PartialEq,Clone,Default)]
|
||||
pub struct SetIamPolicyRequest {
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
// This file is generated by rust-protobuf 2.16.2. Do not edit
|
||||
// This file is generated by rust-protobuf 2.17.0. Do not edit
|
||||
// @generated
|
||||
|
||||
// https://github.com/rust-lang/rust-clippy/issues/702
|
||||
@ -21,7 +21,7 @@
|
||||
|
||||
/// Generated files are compatible only with the same version
|
||||
/// of protobuf runtime.
|
||||
// const _PROTOBUF_VERSION_CHECK: () = ::protobuf::VERSION_2_16_2;
|
||||
// const _PROTOBUF_VERSION_CHECK: () = ::protobuf::VERSION_2_17_0;
|
||||
|
||||
#[derive(PartialEq,Clone,Default)]
|
||||
pub struct Policy {
|
||||
|
||||
@ -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_16_2;
|
||||
const _PROTOBUF_VERSION_CHECK: () = ::protobuf::VERSION_2_17_0;
|
||||
|
||||
pub mod empty;
|
||||
pub(crate) mod iam;
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
// This file is generated by rust-protobuf 2.16.2. Do not edit
|
||||
// This file is generated by rust-protobuf 2.17.0. Do not edit
|
||||
// @generated
|
||||
|
||||
// https://github.com/rust-lang/rust-clippy/issues/702
|
||||
@ -21,7 +21,7 @@
|
||||
|
||||
/// Generated files are compatible only with the same version
|
||||
/// of protobuf runtime.
|
||||
// const _PROTOBUF_VERSION_CHECK: () = ::protobuf::VERSION_2_16_2;
|
||||
// const _PROTOBUF_VERSION_CHECK: () = ::protobuf::VERSION_2_17_0;
|
||||
|
||||
#[derive(PartialEq,Clone,Default)]
|
||||
pub struct Operation {
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
// This file is generated by rust-protobuf 2.16.2. Do not edit
|
||||
// This file is generated by rust-protobuf 2.17.0. Do not edit
|
||||
// @generated
|
||||
|
||||
// https://github.com/rust-lang/rust-clippy/issues/702
|
||||
@ -21,7 +21,7 @@
|
||||
|
||||
/// Generated files are compatible only with the same version
|
||||
/// of protobuf runtime.
|
||||
// const _PROTOBUF_VERSION_CHECK: () = ::protobuf::VERSION_2_16_2;
|
||||
// const _PROTOBUF_VERSION_CHECK: () = ::protobuf::VERSION_2_17_0;
|
||||
|
||||
#[derive(Clone,PartialEq,Eq,Debug,Hash)]
|
||||
pub enum Code {
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
// This file is generated by rust-protobuf 2.16.2. Do not edit
|
||||
// This file is generated by rust-protobuf 2.17.0. Do not edit
|
||||
// @generated
|
||||
|
||||
// https://github.com/rust-lang/rust-clippy/issues/702
|
||||
@ -21,7 +21,7 @@
|
||||
|
||||
/// Generated files are compatible only with the same version
|
||||
/// of protobuf runtime.
|
||||
// const _PROTOBUF_VERSION_CHECK: () = ::protobuf::VERSION_2_16_2;
|
||||
// const _PROTOBUF_VERSION_CHECK: () = ::protobuf::VERSION_2_17_0;
|
||||
|
||||
#[derive(PartialEq,Clone,Default)]
|
||||
pub struct RetryInfo {
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
// This file is generated by rust-protobuf 2.16.2. Do not edit
|
||||
// This file is generated by rust-protobuf 2.17.0. Do not edit
|
||||
// @generated
|
||||
|
||||
// https://github.com/rust-lang/rust-clippy/issues/702
|
||||
@ -21,7 +21,7 @@
|
||||
|
||||
/// Generated files are compatible only with the same version
|
||||
/// of protobuf runtime.
|
||||
// const _PROTOBUF_VERSION_CHECK: () = ::protobuf::VERSION_2_16_2;
|
||||
// const _PROTOBUF_VERSION_CHECK: () = ::protobuf::VERSION_2_17_0;
|
||||
|
||||
#[derive(PartialEq,Clone,Default)]
|
||||
pub struct Status {
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
// This file is generated by rust-protobuf 2.16.2. Do not edit
|
||||
// This file is generated by rust-protobuf 2.17.0. Do not edit
|
||||
// @generated
|
||||
|
||||
// https://github.com/rust-lang/rust-clippy/issues/702
|
||||
@ -21,7 +21,7 @@
|
||||
|
||||
/// Generated files are compatible only with the same version
|
||||
/// of protobuf runtime.
|
||||
// const _PROTOBUF_VERSION_CHECK: () = ::protobuf::VERSION_2_16_2;
|
||||
// const _PROTOBUF_VERSION_CHECK: () = ::protobuf::VERSION_2_17_0;
|
||||
|
||||
#[derive(PartialEq,Clone,Default)]
|
||||
pub struct Database {
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
// This file is generated by rust-protobuf 2.16.2. Do not edit
|
||||
// This file is generated by rust-protobuf 2.17.0. Do not edit
|
||||
// @generated
|
||||
|
||||
// https://github.com/rust-lang/rust-clippy/issues/702
|
||||
@ -21,7 +21,7 @@
|
||||
|
||||
/// Generated files are compatible only with the same version
|
||||
/// of protobuf runtime.
|
||||
// const _PROTOBUF_VERSION_CHECK: () = ::protobuf::VERSION_2_16_2;
|
||||
// const _PROTOBUF_VERSION_CHECK: () = ::protobuf::VERSION_2_17_0;
|
||||
|
||||
#[derive(PartialEq,Clone,Default)]
|
||||
pub struct InstanceConfig {
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
// This file is generated by rust-protobuf 2.16.2. Do not edit
|
||||
// This file is generated by rust-protobuf 2.17.0. Do not edit
|
||||
// @generated
|
||||
|
||||
// https://github.com/rust-lang/rust-clippy/issues/702
|
||||
@ -21,7 +21,7 @@
|
||||
|
||||
/// Generated files are compatible only with the same version
|
||||
/// of protobuf runtime.
|
||||
// const _PROTOBUF_VERSION_CHECK: () = ::protobuf::VERSION_2_16_2;
|
||||
// const _PROTOBUF_VERSION_CHECK: () = ::protobuf::VERSION_2_17_0;
|
||||
|
||||
#[derive(PartialEq,Clone,Default)]
|
||||
pub struct KeyRange {
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
// This file is generated by rust-protobuf 2.16.2. Do not edit
|
||||
// This file is generated by rust-protobuf 2.17.0. Do not edit
|
||||
// @generated
|
||||
|
||||
// https://github.com/rust-lang/rust-clippy/issues/702
|
||||
@ -21,7 +21,7 @@
|
||||
|
||||
/// Generated files are compatible only with the same version
|
||||
/// of protobuf runtime.
|
||||
// const _PROTOBUF_VERSION_CHECK: () = ::protobuf::VERSION_2_16_2;
|
||||
// const _PROTOBUF_VERSION_CHECK: () = ::protobuf::VERSION_2_17_0;
|
||||
|
||||
#[derive(PartialEq,Clone,Default)]
|
||||
pub struct Mutation {
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
// This file is generated by rust-protobuf 2.16.2. Do not edit
|
||||
// This file is generated by rust-protobuf 2.17.0. Do not edit
|
||||
// @generated
|
||||
|
||||
// https://github.com/rust-lang/rust-clippy/issues/702
|
||||
@ -21,7 +21,7 @@
|
||||
|
||||
/// Generated files are compatible only with the same version
|
||||
/// of protobuf runtime.
|
||||
// const _PROTOBUF_VERSION_CHECK: () = ::protobuf::VERSION_2_16_2;
|
||||
// const _PROTOBUF_VERSION_CHECK: () = ::protobuf::VERSION_2_17_0;
|
||||
|
||||
#[derive(PartialEq,Clone,Default)]
|
||||
pub struct PlanNode {
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
// This file is generated by rust-protobuf 2.16.2. Do not edit
|
||||
// This file is generated by rust-protobuf 2.17.0. Do not edit
|
||||
// @generated
|
||||
|
||||
// https://github.com/rust-lang/rust-clippy/issues/702
|
||||
@ -21,7 +21,7 @@
|
||||
|
||||
/// Generated files are compatible only with the same version
|
||||
/// of protobuf runtime.
|
||||
// const _PROTOBUF_VERSION_CHECK: () = ::protobuf::VERSION_2_16_2;
|
||||
// const _PROTOBUF_VERSION_CHECK: () = ::protobuf::VERSION_2_17_0;
|
||||
|
||||
#[derive(PartialEq,Clone,Default)]
|
||||
pub struct ResultSet {
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
// This file is generated by rust-protobuf 2.16.2. Do not edit
|
||||
// This file is generated by rust-protobuf 2.17.0. Do not edit
|
||||
// @generated
|
||||
|
||||
// https://github.com/rust-lang/rust-clippy/issues/702
|
||||
@ -21,7 +21,7 @@
|
||||
|
||||
/// Generated files are compatible only with the same version
|
||||
/// of protobuf runtime.
|
||||
// const _PROTOBUF_VERSION_CHECK: () = ::protobuf::VERSION_2_16_2;
|
||||
// const _PROTOBUF_VERSION_CHECK: () = ::protobuf::VERSION_2_17_0;
|
||||
|
||||
#[derive(PartialEq,Clone,Default)]
|
||||
pub struct CreateSessionRequest {
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
// This file is generated by rust-protobuf 2.16.2. Do not edit
|
||||
// This file is generated by rust-protobuf 2.17.0. Do not edit
|
||||
// @generated
|
||||
|
||||
// https://github.com/rust-lang/rust-clippy/issues/702
|
||||
@ -21,7 +21,7 @@
|
||||
|
||||
/// Generated files are compatible only with the same version
|
||||
/// of protobuf runtime.
|
||||
// const _PROTOBUF_VERSION_CHECK: () = ::protobuf::VERSION_2_16_2;
|
||||
// const _PROTOBUF_VERSION_CHECK: () = ::protobuf::VERSION_2_17_0;
|
||||
|
||||
#[derive(PartialEq,Clone,Default)]
|
||||
pub struct TransactionOptions {
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
// This file is generated by rust-protobuf 2.16.2. Do not edit
|
||||
// This file is generated by rust-protobuf 2.17.0. Do not edit
|
||||
// @generated
|
||||
|
||||
// https://github.com/rust-lang/rust-clippy/issues/702
|
||||
@ -21,7 +21,7 @@
|
||||
|
||||
/// Generated files are compatible only with the same version
|
||||
/// of protobuf runtime.
|
||||
// const _PROTOBUF_VERSION_CHECK: () = ::protobuf::VERSION_2_16_2;
|
||||
// const _PROTOBUF_VERSION_CHECK: () = ::protobuf::VERSION_2_17_0;
|
||||
|
||||
#[derive(PartialEq,Clone,Default)]
|
||||
pub struct Type {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user