Bump solana_rbpf from 0.1.34 to 0.2.2 (#942)
Bumps [solana_rbpf](https://github.com/solana-labs/rbpf) from 0.1.34 to 0.2.2. - [Release notes](https://github.com/solana-labs/rbpf/releases) - [Commits](https://github.com/solana-labs/rbpf/compare/v0.1.34...v0.2.2) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
dfb616b8b1
commit
f281424518
|
@ -85,12 +85,6 @@ version = "0.5.2"
|
|||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "23b62fc65de8e4e7f52534fb52b0f3ed04746ae267519eef2a83941e8085068b"
|
||||
|
||||
[[package]]
|
||||
name = "ascii"
|
||||
version = "0.7.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "3ae7d751998c189c1d4468cf0a39bb2eae052a9c58d50ebb3b9591ee3813ad50"
|
||||
|
||||
[[package]]
|
||||
name = "ascii"
|
||||
version = "0.9.3"
|
||||
|
@ -498,23 +492,13 @@ dependencies = [
|
|||
"bitflags",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "combine"
|
||||
version = "2.5.2"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "1645a65a99c7c8d345761f4b75a6ffe5be3b3b27a93ee731fccc5050ba6be97c"
|
||||
dependencies = [
|
||||
"ascii 0.7.1",
|
||||
"byteorder",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "combine"
|
||||
version = "3.8.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "da3da6baa321ec19e1cc41d31bf599f00c783d0517095cdaf0332e3fe8d20680"
|
||||
dependencies = [
|
||||
"ascii 0.9.3",
|
||||
"ascii",
|
||||
"byteorder",
|
||||
"either",
|
||||
"memchr",
|
||||
|
@ -3036,7 +3020,7 @@ dependencies = [
|
|||
"num-traits",
|
||||
"solana-runtime",
|
||||
"solana-sdk",
|
||||
"solana_rbpf 0.2.2",
|
||||
"solana_rbpf",
|
||||
"thiserror",
|
||||
]
|
||||
|
||||
|
@ -3544,24 +3528,6 @@ dependencies = [
|
|||
"thiserror",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "solana_rbpf"
|
||||
version = "0.1.34"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "6b54ad0656df5f2c8acdd030ce769aaf49ee32995e569225bfb5121688863a09"
|
||||
dependencies = [
|
||||
"byteorder",
|
||||
"combine 2.5.2",
|
||||
"goblin",
|
||||
"hash32",
|
||||
"libc",
|
||||
"log",
|
||||
"rand",
|
||||
"scroll",
|
||||
"thiserror",
|
||||
"time",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "solana_rbpf"
|
||||
version = "0.2.2"
|
||||
|
@ -3569,7 +3535,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|||
checksum = "a3f14c9649bc6c2dfc205b3450007ef02ec7331c1ea8f109468d53d159a09f3a"
|
||||
dependencies = [
|
||||
"byteorder",
|
||||
"combine 3.8.1",
|
||||
"combine",
|
||||
"goblin",
|
||||
"hash32",
|
||||
"libc",
|
||||
|
@ -3699,7 +3665,7 @@ dependencies = [
|
|||
"solana-bpf-loader-program",
|
||||
"solana-program",
|
||||
"solana-sdk",
|
||||
"solana_rbpf 0.1.34",
|
||||
"solana_rbpf",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
|
|
@ -14,7 +14,7 @@ solana-program = "1.5.0"
|
|||
[dev-dependencies]
|
||||
solana-bpf-loader-program = "1.5.0"
|
||||
solana-sdk = "1.5.0"
|
||||
solana_rbpf = "0.1"
|
||||
solana_rbpf = "0.2"
|
||||
|
||||
[lib]
|
||||
crate-type = ["cdylib", "lib"]
|
||||
|
|
Loading…
Reference in New Issue