From 01fba1355080cfab8a6e8d972475957c0910313b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 27 Jan 2024 09:26:36 +0000 Subject: [PATCH] Bump constcat from 0.4.0 to 0.4.1 Bumps [constcat](https://github.com/rossmacarthur/constcat) from 0.4.0 to 0.4.1. - [Commits](https://github.com/rossmacarthur/constcat/compare/0.4.0...0.4.1) --- updated-dependencies: - dependency-name: constcat dependency-type: direct:production update-type: version-update:semver-patch ... 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 6b96799..c26108a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -564,9 +564,9 @@ dependencies = [ [[package]] name = "constcat" -version = "0.4.0" +version = "0.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "325bfa454baa4898475be5c0ec5f3a5dd3c2e4c4a9ef5e951a25427e9928de1f" +checksum = "7d5cd0c57ef83705837b1cb872c973eff82b070846d3e23668322b2c0f8246d0" [[package]] name = "core-foundation-sys" diff --git a/Cargo.toml b/Cargo.toml index 20c3f0b..3f6141a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -45,7 +45,7 @@ ashpd = { version = "0.6.8" } gsettings-macro = "0.1.20" async-std = "1.12.0" -constcat = "0.4.0" +constcat = "0.4.1" serde_with = "3.5.1" ref_thread_local = "0.1.1" serde_json = "1.0.112"