Updates rbpf to v0.2.2 (#14036)

* Updates rbpf to v0.2.2
This commit is contained in:
Alexander Meißner
2020-12-10 16:32:54 +01:00
committed by GitHub
parent f02d4cdb37
commit 201637b326
6 changed files with 174 additions and 145 deletions

View File

@ -749,9 +749,9 @@ checksum = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574"
[[package]]
name = "goblin"
version = "0.2.3"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d20fd25aa456527ce4f544271ae4fea65d2eda4a6561ea56f39fb3ee4f7e3884"
checksum = "c69552f48b18aa6102ce0c82dd9bc9d3f8af5fc0a5797069b1b466b90570e39c"
dependencies = [
"log",
"plain",
@ -2410,9 +2410,9 @@ dependencies = [
[[package]]
name = "solana_rbpf"
version = "0.2.1"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8fad65297e2bd080468cb57a97e6a62e9a92928a45960496338e997e8270fa00"
checksum = "a3f14c9649bc6c2dfc205b3450007ef02ec7331c1ea8f109468d53d159a09f3a"
dependencies = [
"byteorder 1.3.4",
"combine",

View File

@ -27,7 +27,7 @@ solana-logger = { path = "../../logger", version = "1.5.0" }
solana-measure = { path = "../../measure", version = "1.5.0" }
solana-runtime = { path = "../../runtime", version = "1.5.0" }
solana-sdk = { path = "../../sdk", version = "1.5.0" }
solana_rbpf = "=0.2.1"
solana_rbpf = "=0.2.2"
[[bench]]
name = "bpf_loader"