Browse Source

build(deps): update rbpf requirement from 0.1.0 to 0.2.0

Updates the requirements on [rbpf](https://github.com/qmonnet/rbpf) to permit the latest version.
- [Commits](https://github.com/qmonnet/rbpf/compare/v0.1.0...v0.2.0)

---
updated-dependencies:
- dependency-name: rbpf
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
dependabot[bot] 1 year ago
parent
commit
fa3dd4b
2 changed files with 2 additions and 2 deletions
  1. 1 1
      aya-obj/Cargo.toml
  2. 1 1
      test/integration-test/Cargo.toml

+ 1 - 1
aya-obj/Cargo.toml

@@ -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 = []

+ 1 - 1
test/integration-test/Cargo.toml

@@ -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"