소스 검색

Merge pull request #450 from aya-rs/dependabot/cargo/object-0.30

build(deps): update object requirement from 0.29 to 0.30
Michal Rostecki 2 년 전
부모
커밋
1ded0e61cd
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      aya/Cargo.toml
  2. 1 1
      test/integration-test/Cargo.toml

+ 1 - 1
aya/Cargo.toml

@@ -13,7 +13,7 @@ edition = "2021"
 [dependencies]
 libc = { version = "0.2.105" }
 thiserror = "1"
-object = { version = "0.29", default-features = false, features = ["std", "read_core", "elf"] }
+object = { version = "0.30", default-features = false, features = ["std", "read_core", "elf"] }
 bitflags = "1.2.1"
 bytes = "1"
 lazy_static = "1"

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

@@ -14,5 +14,5 @@ integration-test-macros = { path = "../integration-test-macros" }
 lazy_static = "1"
 libc = { version = "0.2.105" }
 log = "0.4"
-object = { version = "0.29", default-features = false, features = ["std", "read_core", "elf"] }
+object = { version = "0.30", default-features = false, features = ["std", "read_core", "elf"] }
 regex = "1"