Skip to content

Commit

Permalink
Upgrade Borsh to resolve vulnerability (#621)
Browse files Browse the repository at this point in the history
* Update to 1.1 borsh
* Fixes Borsh upgrade

---------

Co-authored-by: John Barker <dev@j16r.net>
  • Loading branch information
paupino and j16r authored Nov 13, 2023
1 parent 1686b69 commit ede308d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ all-features = true
[dependencies]
arbitrary = { default-features = false, optional = true, version = "1.0" }
arrayvec = { default-features = false, version = "0.7" }
borsh = { default-features = false, optional = true, version = "0.10.0" }
borsh = { default-features = false, features = ["derive", "unstable__schema"], optional = true, version = "1.1.1" }
bytes = { default-features = false, optional = true, version = "1.0" }
diesel1 = { default-features = false, optional = true, package = "diesel", version = "1.0" }
diesel2 = { default-features = false, optional = true, package = "diesel", version = "2.1" }
Expand Down

0 comments on commit ede308d

Please sign in to comment.