mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
Bump prost and prost-types from 0.13.3 to 0.14.3 along with all transitive dependency updates to resolve a known security vulnerability in the Rust protobuf stack.
15 lines
320 B
TOML
15 lines
320 B
TOML
[package]
|
|
name = "meshtastic_protobufs"
|
|
edition = "2021"
|
|
version = "__PACKAGE_VERSION__"
|
|
description = "Meshtastic Protobuf definitions"
|
|
repository = "https://github.com/meshtastic/protobufs"
|
|
license-file = "LICENSE"
|
|
include = [
|
|
"**/*.rs",
|
|
"Cargo.toml",
|
|
]
|
|
|
|
[dependencies]
|
|
prost = "0.14.3"
|
|
prost-types = "0.14.3"
|