mirror of
https://github.com/actix/examples
synced 2025-06-26 17:17:42 +02:00
ignore protobuf-example in ci
This commit is contained in:
17
Cargo.lock
generated
17
Cargo.lock
generated
@ -384,7 +384,7 @@ version = "0.5.0-beta.2"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "36b95ce0d76d1aa2f98b681702807475ade0f99bd4552546a6843a966d42ea3d"
|
||||
dependencies = [
|
||||
"bytestring 0.1.5",
|
||||
"bytestring 1.0.0",
|
||||
"firestorm",
|
||||
"http",
|
||||
"log",
|
||||
@ -2502,6 +2502,19 @@ dependencies = [
|
||||
"termcolor",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "env_logger"
|
||||
version = "0.9.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "0b2cf0344971ee6c64c31be0d530793fba457d322dfec2810c453d0ef228f9c3"
|
||||
dependencies = [
|
||||
"atty",
|
||||
"humantime 2.0.1",
|
||||
"log",
|
||||
"regex",
|
||||
"termcolor",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "error-chain"
|
||||
version = "0.12.4"
|
||||
@ -4624,7 +4637,7 @@ dependencies = [
|
||||
"actix-protobuf",
|
||||
"actix-web 3.3.1",
|
||||
"bytes 0.5.6",
|
||||
"env_logger 0.7.1",
|
||||
"env_logger 0.9.0",
|
||||
"prost",
|
||||
"prost-derive",
|
||||
]
|
||||
|
Reference in New Issue
Block a user