mirror of
https://github.com/logos-messaging/chat_proto.git
synced 2026-02-17 19:43:14 +00:00
Bumps [bytes](https://github.com/tokio-rs/bytes) from 1.11.0 to 1.11.1. - [Release notes](https://github.com/tokio-rs/bytes/releases) - [Changelog](https://github.com/tokio-rs/bytes/blob/master/CHANGELOG.md) - [Commits](https://github.com/tokio-rs/bytes/compare/v1.11.0...v1.11.1) --- updated-dependencies: - dependency-name: bytes dependency-version: 1.11.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
11 lines
131 B
TOML
11 lines
131 B
TOML
[package]
|
|
name = "chat-proto"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
prost = "0.14"
|
|
|
|
[dev-dependencies]
|
|
bytes = "1.11"
|