From 2b5dbfc05c9e7e2212a7e71c5c18233031b0a082 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Mar 2025 07:01:02 +0100 Subject: [PATCH] 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 9dd7e06..9a9485c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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]