Skip to content
This repository has been archived by the owner on Dec 11, 2023. It is now read-only.

chore(deps): update rust crate prost to 0.12.3 #186

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pubsub-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ itertools = "0.11.0"
libp2p.workspace = true
libp2p-pubsub-common = { version = "0.1.0", path = "../pubsub-common" }
libp2p-pubsub-proto = { version = "0.1.0", path = "../pubsub-proto" }
prost = "0.12.1"
prost = "0.12.3"
sha2 = "0.10.8"
smallvec = "1.11.2"
thiserror.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion pubsub-proto/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ proto-gen = []
proto-gen-doc = []

[dependencies]
prost = "0.12.1"
prost = "0.12.3"
Loading