Skip to content

Commit 1a77e9d

Browse files
committed
update proto
1 parent fcf9ab9 commit 1a77e9d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/csgoproto/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ edition = "2021"
99
bytes = "1.5.0"
1010
glob = "0.3.1"
1111
proc-macro2 = "1.0.78"
12-
protobuf = { version = "3.1.0", features = ["bytes"] }
12+
protobuf = { version = "3.5.0", features = ["bytes"] }
1313
# ENABLE ME TO BUILD protobuf-codegen = "=3.5.0"

src/parser/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ edition = "2021"
55

66
[dependencies]
77
bitter = "0.7.0"
8-
protobuf = "3.2.0"
8+
protobuf = "3.5.0"
99
snap = "1.1.0"
1010
ahash = "0.8.3"
1111
regex = "1.7.3"
@@ -19,7 +19,7 @@ memmap2 = "0.9.4"
1919
serde = { version = "1.0.164", features = ["derive"] }
2020
libc = "0.2.147"
2121
rayon = "1.7.0"
22-
protobuf-support = "3.3.0"
22+
protobuf-support = "3.5.0"
2323
proc-macro2 = "1.0.69"
2424
rand = "0.8.5"
2525
opus = { version = "0.3.0", optional = true}

0 commit comments

Comments
 (0)