Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Update minicbor requirement from 0.7 to 0.8 #1998

Merged
merged 1 commit into from
Mar 15, 2021

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 15, 2021

Updates the requirements on minicbor to permit the latest version.

Changelog

Sourced from minicbor's changelog.

0.8.0 (minicbor)

Change data::Type to distinguish between indefinite arrays, maps, bytes and strings, and regular ones by introducing constructors such as Type::ArrayIndef. This is potentially a breaking change for code that uses data::Type.

Add new types decode::Token and decode::Tokenizer to allow decoding CBOR bytes generically as a mere sequence of tokens.

Add a function display which displays CBOR bytes in diagnostic notation.

0.3.0 (minicbor-io)

Depend on minicbor-0.8.0.

0.7.2 (minicbor)

Bugfix: Type::read used 0xc9 instead of 0xc0 when reading Type::Tag. Add README.md

0.6.2 (minicbor-derive)

Add README.md

0.2.3 (minicbor-io)

Add README.md

0.2.2 (minicbor-io)

Use same version for minicbor dependency in dependencies and dev-dependencies.

0.2.1 (minicbor-io)

Reader and AsyncReader always return UnexpectedEof when reading 0 bytes while decoding a frame, unless at the very beginning of a frame, when not even the length prefix has been read, where Ok(None) would be returned instead. Previous versions returned Ok(None) while reading a partial length prefix.

0.7.1 (minicbor)

Require minicbor_derive 0.6.1.

0.6.1 (minicbor-derive)

Maintenance release.

... (truncated)

Commits

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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Mar 15, 2021
@mxinden
Copy link
Member

mxinden commented Mar 15, 2021

failures:

---- firewalled_src_discover_firewalled_dst_via_kad_and_connect_to_dst_via_routable_relay stdout ----
thread 'firewalled_src_discover_firewalled_dst_via_kad_and_connect_to_dst_via_routable_relay' panicked at 'Error { peer_id: PeerId("12D3KooWAQeK3S1xpgZssyadqrMdva4scoQwzk3Ueq57t4MmUNQ2"), error: Upgrade(Apply(Io(Custom { kind: WriteZero, error: "29e709df/377: connection is closed" }))) }', protocols/relay/tests/lib.rs:1126:18
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace

#1838 introduced another flaky test that seems to only surface on CI. I will look into it.

Updates the requirements on [minicbor](https://gitlab.com/twittner/minicbor) to permit the latest version.
- [Release notes](https://gitlab.com/twittner/minicbor/tags)
- [Changelog](https://gitlab.com/twittner/minicbor/blob/master/CHANGELOG.md)
- [Commits](https://gitlab.com/twittner/minicbor/compare/minicbor-v0.7.0...minicbor-v0.8.0)

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/cargo/minicbor-0.8 branch from 30c7cf2 to 127bb55 Compare March 15, 2021 11:32
@mxinden mxinden merged commit 375690d into master Mar 15, 2021
@dependabot dependabot bot deleted the dependabot/cargo/minicbor-0.8 branch March 15, 2021 14:17
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
dependencies Pull requests that update a dependency file rust Pull requests that update Rust code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants