edgehog-device-manager / edgehog-device-runtime

Edgehog Device Runtime is a portable middleware written in Rust, that enables remote device management on Linux-based systems.
Apache License 2.0
11 stars 10 forks source link

chore(deps): Bump serde from 1.0.181 to 1.0.185 #264

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps serde from 1.0.181 to 1.0.185.

Release notes

Sourced from serde's releases.

v1.0.185

  • Fix error "cannot move out of *self which is behind a shared reference" deriving Serialize on a non_exhaustive enum (#2591)

v1.0.184

  • Restore from-source serde_derive build on all platforms — eventually we'd like to use a first-class precompiled macro if such a thing becomes supported by cargo / crates.io

v1.0.183

  • Support deserializing Box<OsStr> with an equivalent representation as OsString (#2556, thanks @​DBLouis)

v1.0.182

  • Render field aliases in sorted order in error messages (#2458, thanks @​Mingun)
  • Support serde(default) on tuple structs (#2553, thanks @​Mingun)
Commits
  • 3c7dd6f Release 1.0.185
  • 8b196ea Merge pull request #2592 from dtolnay/remotenonexhaustive
  • 1f8c8ad Fix "cannot move out of *self which is behind a shared reference"
  • 870925d Add repro of issue 2591
  • d593215 No need for slow macOS CI if there is no platform-specific code
  • 110af31 Merge pull request #2590 from pinkforest/phase-out-precompiled
  • 360606b Following consensus on: #2580 (review)
  • 151b45a Release 1.0.184
  • 4617c95 Merge pull request #2587 from wucke13/master
  • 2547ed8 fix shebang in build.sh
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
codecov[bot] commented 1 year ago

Codecov Report

Patch and project coverage have no change.

Comparison is base (7b3e744) 74.79% compared to head (68b1719) 74.79%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #264 +/- ## ======================================= Coverage 74.79% 74.79% ======================================= Files 25 25 Lines 1329 1329 ======================================= Hits 994 994 Misses 335 335 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

dependabot[bot] commented 1 year ago

Superseded by #266.