From 9f04b3124c17a8b4eb2a9a23daf02fbc26f4f44d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 3 Jul 2023 14:47:50 +0000 Subject: [PATCH] fix(deps): update serde to 1.0.165 --- Cargo.lock | 8 ++++---- Cargo.toml | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7602384..560d01e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1431,15 +1431,15 @@ checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd" [[package]] name = "serde" -version = "1.0.164" +version = "1.0.165" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9e8c8cf938e98f769bc164923b06dce91cea1751522f46f8466461af04c9027d" +checksum = "c939f902bb7d0ccc5bce4f03297e161543c2dcb30914faf032c2bd0b7a0d48fc" [[package]] name = "serde_derive" -version = "1.0.164" +version = "1.0.165" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d9735b638ccc51c28bf6914d90a2e9725b377144fc612c49a611fddd1b631d68" +checksum = "6eaae920e25fffe4019b75ff65e7660e72091e59dd204cb5849bbd6a3fd343d7" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index 879ec7c..5b0cd05 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,8 +20,8 @@ include = ["src/**/*", "LICENSE-*", "README.md"] anyhow = "1.0.71" clap = { version = "4.3.10", features = ["color", "deprecated", "derive"] } gix = "0.48.0" -serde = { version = "1.0.164", default-features = false } -serde_derive = "1.0.164" +serde = { version = "1.0.165", default-features = false } +serde_derive = "1.0.165" toml = "0.7.5" tracing = "0.1.37" tracing-subscriber = "0.3.17"