Skip to content

Commit

Permalink
Merge pull request #847 from aya-rs/dependabot/cargo/public-api-0.33.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Dec 12, 2023
2 parents 8227aa5 + b3ec33e commit be94044
Show file tree
Hide file tree
Showing 8 changed files with 269 additions and 269 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ num_enum = { version = "0.7", default-features = false }
object = { version = "0.32", default-features = false }
proc-macro-error = { version = "1.0", default-features = false }
proc-macro2 = { version = "1", default-features = false }
public-api = { version = "0.32.0", default-features = false }
public-api = { version = "0.33.1", default-features = false }
quote = { version = "1", default-features = false }
rand = { version = "0.8", default-features = false }
rbpf = { version = "0.2.0", default-features = false }
Expand Down
4 changes: 2 additions & 2 deletions xtask/public-api/aya-bpf-bindings.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1854,10 +1854,10 @@ pub unsafe fn aya_bpf_bindings::bindings::__IncompleteArrayField<T>::as_mut_slic
pub fn aya_bpf_bindings::bindings::__IncompleteArrayField<T>::as_ptr(&self) -> *const T
pub unsafe fn aya_bpf_bindings::bindings::__IncompleteArrayField<T>::as_slice(&self, len: usize) -> &[T]
pub const fn aya_bpf_bindings::bindings::__IncompleteArrayField<T>::new() -> Self
impl<T> core::fmt::Debug for aya_bpf_bindings::bindings::__IncompleteArrayField<T>
pub fn aya_bpf_bindings::bindings::__IncompleteArrayField<T>::fmt(&self, fmt: &mut core::fmt::Formatter<'_>) -> core::fmt::Result
impl<T: core::default::Default> core::default::Default for aya_bpf_bindings::bindings::__IncompleteArrayField<T>
pub fn aya_bpf_bindings::bindings::__IncompleteArrayField<T>::default() -> aya_bpf_bindings::bindings::__IncompleteArrayField<T>
impl<T> core::fmt::Debug for aya_bpf_bindings::bindings::__IncompleteArrayField<T>
pub fn aya_bpf_bindings::bindings::__IncompleteArrayField<T>::fmt(&self, fmt: &mut core::fmt::Formatter<'_>) -> core::fmt::Result
impl<T> core::marker::Send for aya_bpf_bindings::bindings::__IncompleteArrayField<T> where T: core::marker::Send
impl<T> core::marker::Sync for aya_bpf_bindings::bindings::__IncompleteArrayField<T> where T: core::marker::Sync
impl<T> core::marker::Unpin for aya_bpf_bindings::bindings::__IncompleteArrayField<T> where T: core::marker::Unpin
Expand Down
6 changes: 3 additions & 3 deletions xtask/public-api/aya-bpf.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ pub macro aya_bpf::helpers::bpf_printk!
#[repr(transparent)] pub struct aya_bpf::helpers::PrintkArg(_)
impl aya_bpf::helpers::PrintkArg
pub fn aya_bpf::helpers::PrintkArg::from_raw(x: u64) -> Self
impl core::clone::Clone for aya_bpf::helpers::PrintkArg
pub fn aya_bpf::helpers::PrintkArg::clone(&self) -> aya_bpf::helpers::PrintkArg
impl core::convert::From<char> for aya_bpf::helpers::PrintkArg
pub fn aya_bpf::helpers::PrintkArg::from(x: char) -> aya_bpf::helpers::PrintkArg
impl core::convert::From<i16> for aya_bpf::helpers::PrintkArg
Expand All @@ -30,13 +32,11 @@ impl core::convert::From<u8> for aya_bpf::helpers::PrintkArg
pub fn aya_bpf::helpers::PrintkArg::from(x: u8) -> aya_bpf::helpers::PrintkArg
impl core::convert::From<usize> for aya_bpf::helpers::PrintkArg
pub fn aya_bpf::helpers::PrintkArg::from(x: usize) -> aya_bpf::helpers::PrintkArg
impl core::marker::Copy for aya_bpf::helpers::PrintkArg
impl<T> core::convert::From<*const T> for aya_bpf::helpers::PrintkArg
pub fn aya_bpf::helpers::PrintkArg::from(x: *const T) -> Self
impl<T> core::convert::From<*mut T> for aya_bpf::helpers::PrintkArg
pub fn aya_bpf::helpers::PrintkArg::from(x: *mut T) -> Self
impl core::clone::Clone for aya_bpf::helpers::PrintkArg
pub fn aya_bpf::helpers::PrintkArg::clone(&self) -> aya_bpf::helpers::PrintkArg
impl core::marker::Copy for aya_bpf::helpers::PrintkArg
impl core::marker::Send for aya_bpf::helpers::PrintkArg
impl core::marker::Sync for aya_bpf::helpers::PrintkArg
impl core::marker::Unpin for aya_bpf::helpers::PrintkArg
Expand Down
16 changes: 8 additions & 8 deletions xtask/public-api/aya-log-common.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ pub aya_log_common::Argument::U32
pub aya_log_common::Argument::U64
pub aya_log_common::Argument::U8
pub aya_log_common::Argument::Usize
impl core::convert::From<aya_log_common::Argument> for u8
pub fn u8::from(enum_value: aya_log_common::Argument) -> Self
impl core::clone::Clone for aya_log_common::Argument
pub fn aya_log_common::Argument::clone(&self) -> aya_log_common::Argument
impl core::convert::From<aya_log_common::Argument> for u8
pub fn u8::from(enum_value: aya_log_common::Argument) -> Self
impl core::fmt::Debug for aya_log_common::Argument
pub fn aya_log_common::Argument::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result
impl core::marker::Copy for aya_log_common::Argument
Expand Down Expand Up @@ -55,13 +55,13 @@ pub aya_log_common::DisplayHint::UpperHex
pub aya_log_common::DisplayHint::UpperMac
impl aya_log_common::WriteToBuf for aya_log_common::DisplayHint
pub fn aya_log_common::DisplayHint::write(self, buf: &mut [u8]) -> core::option::Option<core::num::nonzero::NonZeroUsize>
impl core::convert::From<aya_log_common::DisplayHint> for u8
pub fn u8::from(enum_value: aya_log_common::DisplayHint) -> Self
impl core::clone::Clone for aya_log_common::DisplayHint
pub fn aya_log_common::DisplayHint::clone(&self) -> aya_log_common::DisplayHint
impl core::cmp::Eq for aya_log_common::DisplayHint
impl core::cmp::PartialEq for aya_log_common::DisplayHint
pub fn aya_log_common::DisplayHint::eq(&self, other: &aya_log_common::DisplayHint) -> bool
impl core::convert::From<aya_log_common::DisplayHint> for u8
pub fn u8::from(enum_value: aya_log_common::DisplayHint) -> Self
impl core::fmt::Debug for aya_log_common::DisplayHint
pub fn aya_log_common::DisplayHint::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result
impl core::marker::Copy for aya_log_common::DisplayHint
Expand Down Expand Up @@ -94,13 +94,13 @@ pub aya_log_common::Level::Error = 1
pub aya_log_common::Level::Info
pub aya_log_common::Level::Trace
pub aya_log_common::Level::Warn
impl core::convert::From<aya_log_common::Level> for u8
pub fn u8::from(enum_value: aya_log_common::Level) -> Self
impl core::clone::Clone for aya_log_common::Level
pub fn aya_log_common::Level::clone(&self) -> aya_log_common::Level
impl core::cmp::Eq for aya_log_common::Level
impl core::cmp::PartialEq for aya_log_common::Level
pub fn aya_log_common::Level::eq(&self, other: &aya_log_common::Level) -> bool
impl core::convert::From<aya_log_common::Level> for u8
pub fn u8::from(enum_value: aya_log_common::Level) -> Self
impl core::fmt::Debug for aya_log_common::Level
pub fn aya_log_common::Level::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result
impl core::hash::Hash for aya_log_common::Level
Expand Down Expand Up @@ -136,10 +136,10 @@ pub aya_log_common::RecordField::Line
pub aya_log_common::RecordField::Module
pub aya_log_common::RecordField::NumArgs
pub aya_log_common::RecordField::Target = 1
impl core::convert::From<aya_log_common::RecordField> for u8
pub fn u8::from(enum_value: aya_log_common::RecordField) -> Self
impl core::clone::Clone for aya_log_common::RecordField
pub fn aya_log_common::RecordField::clone(&self) -> aya_log_common::RecordField
impl core::convert::From<aya_log_common::RecordField> for u8
pub fn u8::from(enum_value: aya_log_common::RecordField) -> Self
impl core::fmt::Debug for aya_log_common::RecordField
pub fn aya_log_common::RecordField::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result
impl core::marker::Copy for aya_log_common::RecordField
Expand Down
4 changes: 2 additions & 2 deletions xtask/public-api/aya-log.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ impl core::convert::From<aya::maps::perf::perf_buffer::PerfBufferError> for aya_
pub fn aya_log::Error::from(source: aya::maps::perf::perf_buffer::PerfBufferError) -> Self
impl core::error::Error for aya_log::Error
pub fn aya_log::Error::source(&self) -> core::option::Option<&(dyn core::error::Error + 'static)>
impl core::fmt::Display for aya_log::Error
pub fn aya_log::Error::fmt(&self, __formatter: &mut core::fmt::Formatter<'_>) -> core::fmt::Result
impl core::fmt::Debug for aya_log::Error
pub fn aya_log::Error::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result
impl core::fmt::Display for aya_log::Error
pub fn aya_log::Error::fmt(&self, __formatter: &mut core::fmt::Formatter<'_>) -> core::fmt::Result
impl core::marker::Send for aya_log::Error
impl core::marker::Sync for aya_log::Error
impl core::marker::Unpin for aya_log::Error
Expand Down
Loading

0 comments on commit be94044

Please sign in to comment.