Skip to content

Commit 8a23969

Browse files
authored
chore(coprocessor): lock version of bincode lib (#1595)
chore(coprocessor): lock version of bincode lib as further versions could be supply chain attacks
1 parent b30eda1 commit 8a23969

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

coprocessor/fhevm-engine/Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,8 @@ aws-credential-types = "1.2.6"
4242
aws-sdk-kms = { version = "1.68.0", default-features = false }
4343
aws-sdk-s3 = { version = "1.103.0", features = ["test-util"] }
4444
bigdecimal = "0.4.8"
45-
bincode = "1.3.3"
45+
# Do not upgrade bincode and replace asap
46+
bincode = "=1.3.3"
4647
clap = { version = "4.5.38", features = ["derive"] }
4748
daggy = "0.8.1"
4849
foundry-compilers = { version = "0.19.1", features = ["svm-solc"] }

0 commit comments

Comments
 (0)