Skip to content

Commit b954183

Browse files
committed
set exact version
1 parent 7d9e9f1 commit b954183

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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.5.0"
8+
protobuf = "=3.5.1"
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.5.0"
22+
protobuf-support = "=3.5.1"
2323
proc-macro2 = "1.0.69"
2424
rand = "0.8.5"
2525
opus = { version = "0.3.0", optional = true}

0 commit comments

Comments
 (0)