File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ bytemuck = { version = "1.11.0", features = ["derive"] }
2222byteorder = " 1.4.3"
2323fast-math = " 0.1"
2424hex = { version = " 0.4.3" , features = [" serde" ] }
25- serde = { version = " 1.0.103 " , default-features = false , features = [" derive" ] }
25+ serde = { version = " 1.0.144 " , features = [" derive" ] }
2626strum = { version = " 0.24.1" , features = [" derive" ], optional = true }
2727quickcheck = { version = " 1" , optional = true }
2828sha3 = " 0.10.4"
@@ -34,7 +34,7 @@ serde_wormhole = {version ="0.1.0", optional = true}
3434wormhole-vaas-serde = {version = " 0.1.0" , optional = true }
3535libsecp256k1 = {version =" 0.7.1" , optional = true }
3636rand = {version = " 0.8.5" , optional = true }
37- solana-program = { version = " >=1.14 .6" , optional = true }
37+ solana-program = {version = " >=1.13 .6" , optional = true }
3838anchor-lang = {version = " >=0.28.0" , optional = true }
3939
4040[dev-dependencies ]
You can’t perform that action at this time.
0 commit comments