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
12 stars 11 forks source link

Bump serde from 1.0.145 to 1.0.148 #177

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps serde from 1.0.145 to 1.0.148.

Release notes

Sourced from serde's releases.

v1.0.148

  • Support remote derive for generic types that have private fields (#2327)

v1.0.147

  • Add serde::de::value::EnumAccessDeserializer which transforms an EnumAccess into a Deserializer (#2305)

v1.0.146

  • Allow internally tagged newtype variant to contain unit (#2303, thanks @​tage64)
Commits
  • 7766103 Release 1.0.148
  • 30f7c71 Merge pull request #2331 from dtolnay/remote
  • 50354c2 Improve error message on remote derive duplicate generics
  • c4f67e6 Add ui test of duplicate generics in remote derive
  • 0daafe4 Merge pull request #2330 from dtolnay/remote
  • 3702191 Fix Into conversion involving generic remote derive with getter
  • 7328b34 Add test of generic remote derive with getter
  • fabbd2b Merge pull request #2329 from dtolnay/safety
  • 6814f97 Revert Buf::as_str safety change from PR 2319
  • 4ea403c Merge pull request #2328 from dtolnay/remote
  • 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 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

Base: 69.42% // Head: 69.93% // Increases project coverage by +0.51% :tada:

Coverage data is based on head (c373ee1) compared to base (941c843). Patch has no changes to coverable lines.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #177 +/- ## ========================================== + Coverage 69.42% 69.93% +0.51% ========================================== Files 25 25 Lines 811 815 +4 ========================================== + Hits 563 570 +7 + Misses 248 245 -3 ``` | [Impacted Files](https://codecov.io/gh/edgehog-device-manager/edgehog-device-runtime/pull/177?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=edgehog-device-manager) | Coverage Δ | | |---|---|---| | [src/telemetry/battery\_status.rs](https://codecov.io/gh/edgehog-device-manager/edgehog-device-runtime/pull/177/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=edgehog-device-manager#diff-c3JjL3RlbGVtZXRyeS9iYXR0ZXJ5X3N0YXR1cy5ycw==) | `56.41% <0.00%> (-1.49%)` | :arrow_down: | | [src/telemetry/mod.rs](https://codecov.io/gh/edgehog-device-manager/edgehog-device-runtime/pull/177/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=edgehog-device-manager#diff-c3JjL3RlbGVtZXRyeS9tb2QucnM=) | `87.05% <0.00%> (+0.18%)` | :arrow_up: | | [src/lib.rs](https://codecov.io/gh/edgehog-device-manager/edgehog-device-runtime/pull/177/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=edgehog-device-manager#diff-c3JjL2xpYi5ycw==) | `57.41% <0.00%> (+0.64%)` | :arrow_up: | | [src/data/astarte.rs](https://codecov.io/gh/edgehog-device-manager/edgehog-device-runtime/pull/177/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=edgehog-device-manager#diff-c3JjL2RhdGEvYXN0YXJ0ZS5ycw==) | `65.38% <0.00%> (+0.67%)` | :arrow_up: | | [src/ota/ota\_handler.rs](https://codecov.io/gh/edgehog-device-manager/edgehog-device-runtime/pull/177/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=edgehog-device-manager#diff-c3JjL290YS9vdGFfaGFuZGxlci5ycw==) | `84.29% <0.00%> (+2.47%)` | :arrow_up: | Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=edgehog-device-manager). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=edgehog-device-manager)

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.

dependabot[bot] commented 1 year ago

Superseded by #179.