Skip to content

Commit

Permalink
chore(deps): bump rmpv from 0.4.7 to 1.0.0 (#8775)
Browse files Browse the repository at this point in the history
Bumps [rmpv](https://github.com/3Hren/msgpack-rust) from 0.4.7 to 1.0.0.
- [Release notes](https://github.com/3Hren/msgpack-rust/releases)
- [Commits](https://github.com/3Hren/msgpack-rust/commits)

---
updated-dependencies:
- dependency-name: rmpv
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Aug 18, 2021
1 parent 0274f37 commit 7341f78
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ rmp-serde = { version = "0.15.5", default-features = false, optional = true }

# Messagepack

rmpv = { version = "0.4.7", default-features = false, features = ["with-serde"], optional = true }
rmpv = { version = "1.0.0", default-features = false, features = ["with-serde"], optional = true }

# Prost
prost = { version = "0.8", default-features = false, features = ["std"] }
Expand Down

0 comments on commit 7341f78

Please sign in to comment.