Anders429 / brood

A fast and flexible entity component system library.
Apache License 2.0
39 stars 1 forks source link

Update serde_assert requirement from 0.2.0 to 0.3.0 #204

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Updates the requirements on serde_assert to permit the latest version.

Release notes

Sourced from serde_assert's releases.

v0.3.0

Changed

  • Deserializer now defaults to setting self_describing to false.
Changelog

Sourced from serde_assert's changelog.

0.3.0 - 2023-04-06

Changed

  • Deserializer now defaults to setting self_describing to false.

0.2.0 - 2023-01-16

Added

  • SerializeStructAs``enum and accompanying Builder::serialize_struct_as() method for specifying whether structs should be serialized as serde struct or sequence types.
  • SerializeStruct type to provide a more specialized serde::SerializeStruct implementation.

Changed

  • Deserializer::deserialize_struct can now interpret both Struct and Seq Tokens.

Removed

  • CompoundSerializer no longer implements serde::SerializeStruct.

0.1.0 - 2023-01-14

Added

  • Token and Tokens for representing serialized values.
  • Serializer, ser::Builder, ser::Error, and ser::CompoundSerializer for testing serialization.
  • Deserializer, de::Builder, and de::Error for testing deserialization.
Commits
  • 826faff Merge pull request #6 from Anders429/0.3.0
  • 37963fc Cut version 0.3.0.
  • ac61fc9 Merge pull request #5 from Anders429/self_describing
  • 8f88e29 Don't set self_describing on EnumDeserializer tests, as enum deserialization ...
  • fbc3117 Make self_describing default to false.
  • See full diff in compare view


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

Merging #204 (4f5a342) into dev (0bb0ab9) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##              dev     #204   +/-   ##
=======================================
  Coverage   94.85%   94.85%           
=======================================
  Files          89       89           
  Lines       15477    15477           
=======================================
  Hits        14681    14681           
  Misses        796      796           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

dependabot[bot] commented 1 year ago

Superseded by #205.