mirror of
https://github.com/actix/actix-extras.git
synced 2025-06-26 10:27:42 +02:00
update to prost 0.11 (#279)
* updated to prost 0.11 and added application/x-protobuf * updated derive-more, prost, futures-util versions * updated Changelog and a small fix in Cargo.toml * cargo fmt * bumped version to 0.8.1 * removed version bump * add back intentional patch versions Co-authored-by: Ahmed Masud <ahmed.masud@saf.ai>
This commit is contained in:
@ -20,8 +20,8 @@ path = "src/lib.rs"
|
||||
actix-web = { version = "4", default_features = false }
|
||||
derive_more = "0.99.5"
|
||||
futures-util = { version = "0.3.7", default-features = false }
|
||||
prost = { version = "0.10", default_features = false }
|
||||
prost = { version = "0.11", default_features = false }
|
||||
|
||||
[dev-dependencies]
|
||||
actix-web = { version = "4", default_features = false, features = ["macros"] }
|
||||
prost = { version = "0.10", default_features = false, features = ["prost-derive"] }
|
||||
prost = { version = "0.11", default_features = false, features = ["prost-derive"] }
|
||||
|
Reference in New Issue
Block a user