petabi / eventio

A Collection of Event I/O Processors
Apache License 2.0
1 stars 1 forks source link

Update rmp-serde requirement from 0.14 to 0.15 #32

Closed dependabot[bot] closed 3 years ago

dependabot[bot] commented 3 years ago

Updates the requirements on rmp-serde to permit the latest version.

Commits
  • 86709d5 Merge pull request #257 from joshtriplett/inhuman
  • 605ecd5 Add config to choose binary vs human-readable, for Serializer and Deserializer
  • d23bd95 Fix grammar in configuration function descriptions
  • 11c92d3 Merge pull request #256 from joshtriplett/update-for-serde-fix
  • 9062a55 Test roundtrips for all serializer configurations
  • d098bee Fix typos in assert_roundtrips
  • 9db047d Add several more tests for enums
  • b9b740b Update to serde 1.0.116 to fix enum deserializations
  • 0ac8f4f Update rmp-serde/src/lib.rs
  • ea42fdc Hide doc item for deprecated function
  • 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 3 years ago

Codecov Report

Merging #32 (ff76ec2) into master (9849080) will decrease coverage by 0.16%. The diff coverage is 0.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #32      +/-   ##
==========================================
- Coverage   59.42%   59.25%   -0.17%     
==========================================
  Files           6        6              
  Lines         350      351       +1     
==========================================
  Hits          208      208              
- Misses        142      143       +1     
Impacted Files Coverage Δ
src/kafka.rs 0.00% <0.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 9849080...ff76ec2. Read the comment docs.