Skip to content

Commit

Permalink
chore: update protobuf to 2.17.0 (#783)
Browse files Browse the repository at this point in the history
Closes #782
  • Loading branch information
jrconlin committed Aug 14, 2020
1 parent e044858 commit af5234d
Show file tree
Hide file tree
Showing 20 changed files with 37 additions and 37 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -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"] }
Expand Down
2 changes: 1 addition & 1 deletion vendor/mozilla-rust-sdk/googleapis-raw/Cargo.toml
Expand Up @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions vendor/mozilla-rust-sdk/googleapis-raw/src/empty.rs
@@ -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
Expand All @@ -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 {
Expand Down
@@ -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
Expand All @@ -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 {
Expand Down
4 changes: 2 additions & 2 deletions vendor/mozilla-rust-sdk/googleapis-raw/src/iam/v1/policy.rs
@@ -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
Expand All @@ -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 {
Expand Down
2 changes: 1 addition & 1 deletion vendor/mozilla-rust-sdk/googleapis-raw/src/lib.rs
Expand Up @@ -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;
Expand Down
@@ -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
Expand All @@ -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 {
Expand Down
4 changes: 2 additions & 2 deletions vendor/mozilla-rust-sdk/googleapis-raw/src/rpc/code.rs
@@ -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
Expand All @@ -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 {
Expand Down
@@ -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
Expand All @@ -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 {
Expand Down
4 changes: 2 additions & 2 deletions vendor/mozilla-rust-sdk/googleapis-raw/src/rpc/status.rs
@@ -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
Expand All @@ -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 {
Expand Down
@@ -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
Expand All @@ -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 {
Expand Down
@@ -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
Expand All @@ -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 {
Expand Down
4 changes: 2 additions & 2 deletions vendor/mozilla-rust-sdk/googleapis-raw/src/spanner/v1/keys.rs
@@ -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
Expand All @@ -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 {
Expand Down
@@ -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
Expand All @@ -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 {
Expand Down
@@ -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
Expand All @@ -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 {
Expand Down
@@ -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
Expand All @@ -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 {
Expand Down
@@ -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
Expand All @@ -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 {
Expand Down
@@ -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
Expand All @@ -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 {
Expand Down
@@ -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
Expand All @@ -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 {
Expand Down

0 comments on commit af5234d

Please sign in to comment.