1
0
mirror of https://github.com/actix/examples synced 2024-11-23 22:41:07 +01:00

update protobuf versions

This commit is contained in:
Rob Ede 2023-10-29 00:55:43 +01:00
parent 2675447e20
commit 1eeb935674
No known key found for this signature in database
GPG Key ID: 97C636207D3EF933
4 changed files with 632 additions and 550 deletions

1176
Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -80,7 +80,7 @@ actix-http = "3.4"
actix-identity = "0.5"
actix-multipart = "0.6"
actix-multipart-derive = "0.6"
actix-protobuf = "0.9"
actix-protobuf = "0.10"
actix-session = "0.7"
actix-test = "0.1"
actix-tls = "3.1.1"

View File

@ -14,4 +14,4 @@ eyre = "0.6"
log.workspace = true
rustls = "0.21"
rustls-pemfile = "1"
tokio = { workspace = true, feature = ["fs"] }
tokio = { workspace = true, features = ["fs"] }

View File

@ -9,4 +9,4 @@ actix-web.workspace = true
env_logger.workspace = true
log.workspace = true
prost = { version = "0.11", features = ["prost-derive"] }
prost = { version = "0.12", features = ["prost-derive"] }