Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump serde_with from 3.4.0 to 3.6.1 #480

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
chore(deps): bump serde_with from 3.4.0 to 3.6.1
Bumps [serde_with](https://github.com/jonasbb/serde_with) from 3.4.0 to 3.6.1.
- [Release notes](https://github.com/jonasbb/serde_with/releases)
- [Commits](jonasbb/serde_with@v3.4.0...v3.6.1)

---
updated-dependencies:
- dependency-name: serde_with
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
dependabot[bot] authored Feb 9, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit ca1a79d656d3412c78010047e28135a61310ad8e
9 changes: 5 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.


Unchanged files with check annotations Beta

impl<T: AsRef<[u8]>> Eq for Quote3<T> {}
impl<T: AsRef<[u8]>> PartialEq<Self> for Quote3<T> {
fn eq(&self, other: &Self) -> bool {

Check failure on line 77 in dcap/types/src/quote3.rs

GitHub Actions / clippy (beta)

function cannot return without recursing
self.raw_bytes.as_ref().eq(other.raw_bytes.as_ref())
}
}
/// administrator.
///
/// Returns `Ok(())` when SGX is enable, or an
/// [`Error`](mc_sgx_capable_types::Error) indicating what would need to happen

Check warning on line 28 in capable/src/lib.rs

GitHub Actions / doc (beta)

redundant explicit link target

Check warning on line 28 in capable/src/lib.rs

GitHub Actions / doc (stable)

redundant explicit link target
/// to turn it on.
pub fn is_enabled() -> Result<()> {
let mut device_status = sgx_device_status_t::SGX_DISABLED;
/// administrator.
///
/// Returns `Ok(())` if SGX is now enabled, or an
/// [`Error`](mc_sgx_capable_types::Error) indicating what would need to happen

Check warning on line 45 in capable/src/lib.rs

GitHub Actions / doc (beta)

redundant explicit link target

Check warning on line 45 in capable/src/lib.rs

GitHub Actions / doc (stable)

redundant explicit link target
/// to turn it on.
pub fn enable() -> Result<()> {
let mut device_status = sgx_device_status_t::SGX_DISABLED;
}
/// Try to convert an
/// [`sgx_device_status_t`](mc_sgx_capable_sys_types::sgx_device_status_t) to an

Check warning on line 60 in capable/types/src/lib.rs

GitHub Actions / doc (stable)

redundant explicit link target
/// [`Error`].
///
/// This is fallible because device_status_t also includes