Skip to content

Commit

Permalink
deps(dev): update prost to 0.13
Browse files Browse the repository at this point in the history
Signed-off-by: ljedrz <ljedrz@users.noreply.github.com>
  • Loading branch information
ljedrz committed Aug 28, 2024
1 parent 40ce50b commit 85ec75b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ deadline = "0.2"
libp2p = { version = "0.54", default-features = false, features = ["macros", "noise", "ping", "tcp", "tokio", "yamux"] }
native-tls = "0.2"
peak_alloc = "0.2"
prost = "0.12"
prost = "0.13"
rand = { version = "0.8", default-features = false, features = ["getrandom", "small_rng"] }
serde = { version = "1", default-features = false, features = ["derive"] }
snow = "0.9.6"
Expand Down

0 comments on commit 85ec75b

Please sign in to comment.