Bump rbpf to v0.2.21 (#22216)

This commit is contained in:
Alexander Meißner
2022-01-01 21:22:48 +01:00
committed by GitHub
parent a2a7e91ad6
commit d6ec103bee
6 changed files with 8 additions and 8 deletions

4
Cargo.lock generated
View File

@@ -6055,9 +6055,9 @@ dependencies = [
[[package]]
name = "solana_rbpf"
version = "0.2.20"
version = "0.2.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8a0379d2ea44628bd591f8db07de2db6432d95bac7dec3801f6e3d0d3406794c"
checksum = "8fb565d026461ba89d1d92cc36cf0882fba44076559c3bbed1e8a9888112b3d7"
dependencies = [
"byteorder",
"combine",