|
|
@@ -172,8 +172,8 @@ dependencies = [
|
|
172
|
172
|
"env_logger 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
173
|
173
|
"futures 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
174
|
174
|
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
175
|
|
- "protobuf 2.10.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
176
|
|
- "protobuf-codegen-pure 2.10.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
175
|
+ "protobuf 3.0.0-pre (git+https://github.com/stepancheg/rust-protobuf)",
|
|
|
176
|
+ "protobuf-codegen-pure 3.0.0-pre (git+https://github.com/stepancheg/rust-protobuf)",
|
|
177
|
177
|
"socket2 0.3.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
178
|
178
|
"tokio 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
179
|
179
|
"tokio-util 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
@@ -364,24 +364,24 @@ dependencies = [
|
|
364
|
364
|
|
|
365
|
365
|
[[package]]
|
|
366
|
366
|
name = "protobuf"
|
|
367
|
|
-version = "2.10.2"
|
|
368
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
367
|
+version = "3.0.0-pre"
|
|
|
368
|
+source = "git+https://github.com/stepancheg/rust-protobuf#bd2bc3bdbf52bd9bbc700e67f1fdaa95465b0ccb"
|
|
369
|
369
|
|
|
370
|
370
|
[[package]]
|
|
371
|
371
|
name = "protobuf-codegen"
|
|
372
|
|
-version = "2.10.2"
|
|
373
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
372
|
+version = "3.0.0-pre"
|
|
|
373
|
+source = "git+https://github.com/stepancheg/rust-protobuf#bd2bc3bdbf52bd9bbc700e67f1fdaa95465b0ccb"
|
|
374
|
374
|
dependencies = [
|
|
375
|
|
- "protobuf 2.10.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
375
|
+ "protobuf 3.0.0-pre (git+https://github.com/stepancheg/rust-protobuf)",
|
|
376
|
376
|
]
|
|
377
|
377
|
|
|
378
|
378
|
[[package]]
|
|
379
|
379
|
name = "protobuf-codegen-pure"
|
|
380
|
|
-version = "2.10.2"
|
|
381
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
380
|
+version = "3.0.0-pre"
|
|
|
381
|
+source = "git+https://github.com/stepancheg/rust-protobuf#bd2bc3bdbf52bd9bbc700e67f1fdaa95465b0ccb"
|
|
382
|
382
|
dependencies = [
|
|
383
|
|
- "protobuf 2.10.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
384
|
|
- "protobuf-codegen 2.10.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
383
|
+ "protobuf 3.0.0-pre (git+https://github.com/stepancheg/rust-protobuf)",
|
|
|
384
|
+ "protobuf-codegen 3.0.0-pre (git+https://github.com/stepancheg/rust-protobuf)",
|
|
385
|
385
|
]
|
|
386
|
386
|
|
|
387
|
387
|
[[package]]
|
|
|
@@ -637,9 +637,9 @@ dependencies = [
|
|
637
|
637
|
"checksum proc-macro-hack 0.5.11 (registry+https://github.com/rust-lang/crates.io-index)" = "ecd45702f76d6d3c75a80564378ae228a85f0b59d2f3ed43c91b4a69eb2ebfc5"
|
|
638
|
638
|
"checksum proc-macro-nested 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "369a6ed065f249a159e06c45752c780bda2fb53c995718f9e484d08daa9eb42e"
|
|
639
|
639
|
"checksum proc-macro2 1.0.9 (registry+https://github.com/rust-lang/crates.io-index)" = "6c09721c6781493a2a492a96b5a5bf19b65917fe6728884e7c44dd0c60ca3435"
|
|
640
|
|
-"checksum protobuf 2.10.2 (registry+https://github.com/rust-lang/crates.io-index)" = "37a5325d019a4d837d3abde0a836920f959e33d350f77b5f1e289e061e774942"
|
|
641
|
|
-"checksum protobuf-codegen 2.10.2 (registry+https://github.com/rust-lang/crates.io-index)" = "64dd3a6192e0c6c1b0dae8f125b7f6b201c39fc487ebda0ee717d7a87fc47dc2"
|
|
642
|
|
-"checksum protobuf-codegen-pure 2.10.2 (registry+https://github.com/rust-lang/crates.io-index)" = "037fa49710ee83b3be232ed53c5fce0bdb1b64c6aa6b1143a86640969c3e4b1d"
|
|
|
640
|
+"checksum protobuf 3.0.0-pre (git+https://github.com/stepancheg/rust-protobuf)" = "<none>"
|
|
|
641
|
+"checksum protobuf-codegen 3.0.0-pre (git+https://github.com/stepancheg/rust-protobuf)" = "<none>"
|
|
|
642
|
+"checksum protobuf-codegen-pure 3.0.0-pre (git+https://github.com/stepancheg/rust-protobuf)" = "<none>"
|
|
643
|
643
|
"checksum quick-error 1.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
|
|
644
|
644
|
"checksum quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "053a8c8bcc71fcce321828dc897a98ab9760bef03a4fc36693c231e5b3216cfe"
|
|
645
|
645
|
"checksum redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)" = "2439c63f3f6139d1b57529d16bc3b8bb855230c8efcc5d3a896c8bea7c3b1e84"
|