Skip to content

Commit

Permalink
Update borsh dependency to address RUSTSEC-2023-0033 vulnerability (#394
Browse files Browse the repository at this point in the history
)

borsh 0.10.3 is vulnerable to RUSTSEC-2023-0033. While this doesn’t
directly affect us, update the dependency so we’re not even subject to
this theoretical issue.
  • Loading branch information
mina86 authored Sep 24, 2024
1 parent 5053e06 commit ca9dadb
Show file tree
Hide file tree
Showing 3 changed files with 54 additions and 54 deletions.
88 changes: 44 additions & 44 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ arrayvec = "0.7.4"
ascii = "1.1.0"
base64 = { version = "0.21", default-features = false, features = ["alloc"] }
blake3 = { version = "1.3.3", default-features = false }
borsh = { version = "0.10.3", default-features = false }
borsh = { version = "0.10.4", default-features = false }
bs58 = { version = "0.5.0", default-features = false }
bytemuck = { version = "1.14", default-features = false }
chrono = { version = "0.4", default-features = false }
Expand Down
Loading

0 comments on commit ca9dadb

Please sign in to comment.