From f1db3c335b0fa9df5cf83f13cabd155a04035634 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 24 Jul 2023 08:14:42 +0000 Subject: [PATCH] fix(deps): update serde to 1.0.175 --- Cargo.lock | 8 ++++---- Cargo.toml | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f6992cd..6eb9f3f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -598,15 +598,15 @@ dependencies = [ [[package]] name = "serde" -version = "1.0.174" +version = "1.0.175" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3b88756493a5bd5e5395d53baa70b194b05764ab85b59e43e4b8f4e1192fa9b1" +checksum = "5d25439cd7397d044e2748a6fe2432b5e85db703d6d097bd014b3c0ad1ebff0b" [[package]] name = "serde_derive" -version = "1.0.174" +version = "1.0.175" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6e5c3a298c7f978e53536f95a63bdc4c4a64550582f31a0359a9afda6aede62e" +checksum = "b23f7ade6f110613c0d63858ddb8b94c1041f550eab58a16b371bdf2c9c80ab4" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index b8f3ab4..f027029 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,8 +19,8 @@ clipboard-master = "3.1.3" copypasta = { version = "0.8.2", default-features = false, features = ["x11"] } dirs = "5.0.1" regex = "1.9.1" -serde = "1.0.174" -serde_derive = "1.0.174" +serde = "1.0.175" +serde_derive = "1.0.175" toml = "0.7.6" tracing = "0.1.37" tracing-journald = { version = "0.3.0", optional = true }