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

Bump uuid from 1.3.4 to 1.4.0 #243

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps uuid from 1.3.4 to 1.4.0.

Release notes

Sourced from uuid's releases.

1.4.0

What's Changed

New Contributors

Full Changelog: https://github.com/uuid-rs/uuid/compare/1.3.4...1.4.0

Commits
  • 0fc3101 Merge pull request #692 from uuid-rs/cargo/1.4.0
  • d9f72db prepare for 1.4.0 release
  • cb2aac0 Merge pull request #691 from uuid-rs/fix/timestamp-gen
  • 0cb9232 add missing wasm import
  • cb80ba2 run fmt
  • 8babf97 add missing wasm test attr
  • 759c971 fix a warning in arbitrary support
  • 646bd98 wrap rather than overflow timestamps
  • 7da3f69 remove dbg call from wasm-based timestamp
  • 952f75f Merge pull request #686 from pod2co/borsh
  • 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

Patch coverage has no change and project coverage change: -0.02 :warning:

Comparison is base (65747ce) 75.32% compared to head (a0d553b) 75.30%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #243 +/- ## ========================================== - Coverage 75.32% 75.30% -0.02% ========================================== Files 26 26 Lines 1325 1328 +3 ========================================== + Hits 998 1000 +2 - Misses 327 328 +1 ``` [see 4 files with indirect coverage changes](https://app.codecov.io/gh/edgehog-device-manager/edgehog-device-runtime/pull/243/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=edgehog-device-manager)

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

dependabot[bot] commented 1 year ago

Looks like uuid is up-to-date now, so this is no longer needed.