From cbb433f9f0e600a352cf8fe5e6b94e4849029977 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2024 08:33:41 +0000 Subject: [PATCH] build(deps): bump sun from 0.2.0 to 0.3.1 Bumps [sun](https://github.com/flosse/rust-sun) from 0.2.0 to 0.3.1. - [Commits](https://github.com/flosse/rust-sun/compare/v0.2.0...v0.3.1) --- updated-dependencies: - dependency-name: sun dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a75f665..f9889c7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1278,9 +1278,9 @@ checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f" [[package]] name = "sun" -version = "0.2.0" +version = "0.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dfc29238f46800dc0e29dbc0b3cab5e745dd40560220f759e30d298740781b59" +checksum = "9ee651f4a9b6f29759b0636638c8140836bcdc28ed2c5f332b71c5911a439433" [[package]] name = "syn" diff --git a/Cargo.toml b/Cargo.toml index 2daf53f..8a1b1e4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,7 +29,7 @@ plist = "1.5.1" png = "0.17.14" seahash = "4.1.0" serde = { version = "1.0.209", features = ["derive"] } -sun = "0.2.0" +sun = "0.3.1" threadpool = "1.8.1" toml = "0.8.14" wallpape-rs = "2.0.0"