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](https://github.com/bincode-org/unty/compare/v0.0.3...v0.0.4)

---
updated-dependencies:
- dependency-name: unty
  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:
dependabot[bot] 2025-03-10 07:01:02 +01:00 committed by GitHub
parent 1309fbb069
commit 2b5dbfc05c
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ derive = ["bincode_derive"]
[dependencies]
bincode_derive = { path = "derive", version = "2.0.0", optional = true }
serde = { version = "1.0", default-features = false, optional = true }
unty = "0.0.3"
unty = "0.0.4"
# Used for tests
[dev-dependencies]