Update virtue requirement from 0.0.16 to 0.0.17 (#719)
Updates the requirements on [virtue](https://github.com/bincode-org/virtue) to permit the latest version. - [Release notes](https://github.com/bincode-org/virtue/releases) - [Commits](https://github.com/bincode-org/virtue/compare/v0.0.16...v0.0.17) --- updated-dependencies: - dependency-name: virtue dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
7d402398cd
commit
820174594f
|
|
@ -19,4 +19,4 @@ description = "Implementation of #[derive(Encode, Decode)] for bincode"
|
|||
proc-macro = true
|
||||
|
||||
[dependencies]
|
||||
virtue = "0.0.16"
|
||||
virtue = "0.0.17"
|
||||
|
|
|
|||
Loading…
Reference in New Issue