mirror of
https://github.com/actix/actix-extras.git
synced 2025-09-02 04:56:38 +02:00
Update dependencies and bump up version to 0.5 (#11)
* Bump up bytes to 0.5 * Update example's dependencies * Bump up version to 0.5
This commit is contained in:
@@ -1,15 +1,15 @@
|
||||
[package]
|
||||
name = "prost-example"
|
||||
version = "0.4.0"
|
||||
version = "0.5.0"
|
||||
edition = "2018"
|
||||
authors = ["kingxsp <jin.hb.zh@outlook.com>, Yuki Okushi <huyuumi.dev@gmail.com>"]
|
||||
|
||||
[dependencies]
|
||||
bytes = "0.4"
|
||||
bytes = "0.5"
|
||||
env_logger = "*"
|
||||
|
||||
prost = "0.5.0"
|
||||
prost-derive = "0.5.0"
|
||||
prost = "0.6.0"
|
||||
prost-derive = "0.6.0"
|
||||
|
||||
actix = "0.9"
|
||||
actix-rt = "1"
|
||||
|
Reference in New Issue
Block a user