Skip to content

Commit dd3feea

Browse files
Update unty requirement from 0.0.3 to 0.0.4 (#753)
Updates the requirements on [unty](https://github.com/bincode-org/unty) to permit the latest version. - [Commits](bincode-org/unty@v0.0.3...v0.0.4) --- updated-dependencies: - dependency-name: unty dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e9de838 commit dd3feea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ derive = ["bincode_derive"]
3434
[dependencies]
3535
bincode_derive = { path = "derive", version = "2.0.0", optional = true }
3636
serde = { version = "1.0", default-features = false, optional = true }
37-
unty = "0.0.3"
37+
unty = "0.0.4"
3838

3939
# Used for tests
4040
[dev-dependencies]

0 commit comments

Comments
 (0)