From 1ac05aca4fe4954651c67b80b18bdead0d87018f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Dec 2025 04:07:18 +0000 Subject: [PATCH] Bump bincode from 2.0.1 to 3.0.0 Bumps [bincode](https://github.com/bincode-org/bincode) from 2.0.1 to 3.0.0. - [Commits](https://github.com/bincode-org/bincode/commits) --- updated-dependencies: - dependency-name: bincode dependency-version: 3.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Cargo.lock | 32 +++----------------------------- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 30 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0334f78..eb6a59b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,23 +4,9 @@ version = 4 [[package]] name = "bincode" -version = "2.0.1" +version = "3.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "36eaf5d7b090263e8150820482d5d93cd964a81e4019913c972f4edcc6edb740" -dependencies = [ - "bincode_derive", - "serde", - "unty", -] - -[[package]] -name = "bincode_derive" -version = "2.0.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bf95709a440f45e986983918d0e8a1f30a9b1df04918fc828670606804ac3c09" -dependencies = [ - "virtue", -] +checksum = "fd6a120d2e16b3e1b4a24bd70f23b12d3e16b81f113364a26935f8db7245452d" [[package]] name = "bitflags" @@ -208,7 +194,7 @@ checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f" [[package]] name = "scun" -version = "0.3.2" +version = "0.3.3" dependencies = [ "bincode", "libnotify", @@ -279,18 +265,6 @@ version = "1.0.22" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9312f7c4f6ff9069b165498234ce8be658059c6728633667c526e27dc2cf1df5" -[[package]] -name = "unty" -version = "0.0.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6d49784317cd0d1ee7ec5c716dd598ec5b4483ea832a2dced265471cc0f690ae" - -[[package]] -name = "virtue" -version = "0.0.18" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "051eb1abcf10076295e815102942cc58f9d5e3b4560e46e53c21e8ff6f3af7b1" - [[package]] name = "xdg" version = "3.0.0" diff --git a/Cargo.toml b/Cargo.toml index 93da65a..42409a9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ libnotify = "1.0.3" serde = { version = "1.0.228", features = ["derive"] } serde_json = "1.0.145" xdg = "3.0.0" -bincode = "2.0.1" +bincode = "3.0.0" libversion = { git = "https://github.com/repology/libversion-rs", tag = "0.2.0" } [profile.release]