Merge pull request #623 from aya-rs/dependabot/cargo/rbpf-0.2.0

pull/626/head
dependabot[bot] 1 year ago committed by GitHub
commit 53ec1f23ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -20,7 +20,7 @@ core-error = { version = "0.0.0" }
[dev-dependencies]
matches = "0.1.8"
rbpf = "0.1.0"
rbpf = "0.2.0"
[features]
std = []

@ -18,7 +18,7 @@ lazy_static = "1"
libc = { version = "0.2.105" }
log = "0.4"
object = { version = "0.31", default-features = false, features = ["std", "read_core", "elf"] }
rbpf = "0.1.0"
rbpf = "0.2.0"
regex = "1"
tempfile = "3.3.0"
libtest-mimic = "0.6.0"

Loading…
Cancel
Save