소스 검색

Merge pull request #685 from aya-rs/dependabot/cargo/cargo_metadata-0.17.0

build(deps): update cargo_metadata requirement from 0.15.4 to 0.17.0
Dave Tucker 1 년 전
부모
커밋
68174d7d73
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      Cargo.toml

+ 1 - 1
Cargo.toml

@@ -58,7 +58,7 @@ aya-tool = { path = "aya-tool", default-features = false }
 bindgen = { version = "0.66", default-features = false }
 bitflags = { version = "2.2.1", default-features = false }
 bytes = { version = "1", default-features = false }
-cargo_metadata = { version = "0.15.4", default-features = false }
+cargo_metadata = { version = "0.17.0", default-features = false }
 clap = { version = "4", default-features = false }
 core-error = { version = "0.0.0", default-features = false }
 env_logger = { version = "0.10", default-features = false }