We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b30eda1 commit 8a23969Copy full SHA for 8a23969
coprocessor/fhevm-engine/Cargo.toml
@@ -42,7 +42,8 @@ aws-credential-types = "1.2.6"
42
aws-sdk-kms = { version = "1.68.0", default-features = false }
43
aws-sdk-s3 = { version = "1.103.0", features = ["test-util"] }
44
bigdecimal = "0.4.8"
45
-bincode = "1.3.3"
+# Do not upgrade bincode and replace asap
46
+bincode = "=1.3.3"
47
clap = { version = "4.5.38", features = ["derive"] }
48
daggy = "0.8.1"
49
foundry-compilers = { version = "0.19.1", features = ["svm-solc"] }
0 commit comments