From 1d7bf54752edd6d15a2fc9afc8ae3f2ed10d1517 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 29 Jan 2024 03:15:57 +0000 Subject: [PATCH] fix(deps): update rust crate serde_json to 1.0.112 --- rust/tool/Cargo.lock | 4 ++-- rust/tool/systemd/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/rust/tool/Cargo.lock b/rust/tool/Cargo.lock index b880f5d..9e68aa5 100644 --- a/rust/tool/Cargo.lock +++ b/rust/tool/Cargo.lock @@ -691,9 +691,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.111" +version = "1.0.112" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "176e46fa42316f18edd598015a5166857fc835ec732f5215eac6b7bdbf0a84f4" +checksum = "4d1bd37ce2324cf3bf85e5a25f96eb4baf0d5aa6eba43e7ae8958870c4ec48ed" dependencies = [ "itoa", "ryu", diff --git a/rust/tool/systemd/Cargo.toml b/rust/tool/systemd/Cargo.toml index 46b855f..347e6cd 100644 --- a/rust/tool/systemd/Cargo.toml +++ b/rust/tool/systemd/Cargo.toml @@ -13,7 +13,7 @@ log = { version = "0.4.20", features = ["std"] } clap = { version = "4.4.18", features = ["derive"] } lanzaboote_tool = { path = "../shared" } indoc = "2.0.4" -serde_json = "1.0.111" +serde_json = "1.0.112" sha2 = "0.10.8" tempfile = "3.9.0" nix = { version = "0.27.1", default-features = false, features = [ "fs" ] }