mirror of
https://github.com/actix/examples
synced 2024-11-23 22:41:07 +01:00
update protobuf versions
This commit is contained in:
parent
2675447e20
commit
1eeb935674
1176
Cargo.lock
generated
1176
Cargo.lock
generated
File diff suppressed because it is too large
Load Diff
@ -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"
|
||||
|
@ -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"] }
|
||||
|
@ -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"] }
|
||||
|
Loading…
Reference in New Issue
Block a user