Skip to content

Commit 03aa003

Browse files
devin-ai-integration[bot]Jayant Krishnamurthy
andcommitted
chore: revert dependency version changes in pythnet_sdk
Co-Authored-By: Jayant Krishnamurthy <[email protected]>
1 parent 5d3a9a1 commit 03aa003

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pythnet/pythnet_sdk/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ bytemuck = { version = "1.11.0", features = ["derive"] }
2222
byteorder = "1.4.3"
2323
fast-math = "0.1"
2424
hex = { 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"] }
2626
strum = { version = "0.24.1", features = ["derive"], optional = true }
2727
quickcheck = { version = "1", optional = true}
2828
sha3 = "0.10.4"
@@ -34,7 +34,7 @@ serde_wormhole = {version ="0.1.0", optional = true}
3434
wormhole-vaas-serde = {version = "0.1.0", optional = true}
3535
libsecp256k1 = {version ="0.7.1", optional = true}
3636
rand = {version = "0.8.5", optional = true}
37-
solana-program = { version = ">=1.14.6", optional = true }
37+
solana-program = {version = ">=1.13.6", optional = true}
3838
anchor-lang = {version = ">=0.28.0", optional = true}
3939

4040
[dev-dependencies]

0 commit comments

Comments
 (0)