diff --git a/Cargo.toml b/Cargo.toml index 04d24899..e24bb95c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -67,7 +67,7 @@ base64 = { version = "0.22.1", default-features = false } bindgen = { version = "0.72", default-features = false } bitflags = { version = "2.2.1", default-features = false } bytes = { version = "1", default-features = false } -cargo_metadata = { version = "0.22.0", default-features = false } +cargo_metadata = { version = "0.23.0", default-features = false } clap = { version = "4", default-features = false } const-assert = { version = "1.0.1", default-features = false } dialoguer = { version = "0.12", default-features = false } diff --git a/xtask/public-api/aya-build.txt b/xtask/public-api/aya-build.txt index ac71b9b3..f5db5050 100644 --- a/xtask/public-api/aya-build.txt +++ b/xtask/public-api/aya-build.txt @@ -27,5 +27,4 @@ impl core::borrow::BorrowMut for aya_build::Toolchain<'a> where T: ?core:: pub fn aya_build::Toolchain<'a>::borrow_mut(&mut self) -> &mut T impl core::convert::From for aya_build::Toolchain<'a> pub fn aya_build::Toolchain<'a>::from(t: T) -> T -impl yoke::erased::ErasedDestructor for aya_build::Toolchain<'a> where T: 'static pub fn aya_build::build_ebpf(packages: impl core::iter::traits::collect::IntoIterator, toolchain: aya_build::Toolchain<'_>) -> anyhow::Result<()>