update common to 0.5.1

This commit is contained in:
Robin Appelman 2025-10-18 21:28:33 +02:00
commit 77976f6a62
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View file

@ -55,9 +55,9 @@ dependencies = [
[[package]] [[package]]
name = "steam-vent-proto-common" name = "steam-vent-proto-common"
version = "0.5.0" version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e0bdee4d988ea702f32e5f098f9cded0e0999b04230de3c37d54bf94b3f6fb86" checksum = "62682aa488b34d33f1045f9e4ee3c33ceef709e878524188dea4431cfe4f2131"
dependencies = [ dependencies = [
"protobuf", "protobuf",
] ]

View file

@ -9,4 +9,4 @@ license = "MIT"
repository = "https://codeberg.org/steam-vent/proto-tf2" repository = "https://codeberg.org/steam-vent/proto-tf2"
[dependencies] [dependencies]
steam-vent-proto-common = "0.5.0" steam-vent-proto-common = "0.5.1"