From 4ecbcb970d1ac75bd422181a44884c2680f0b75f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 27 Dec 2023 13:39:40 +0000 Subject: [PATCH] fix(deps): update all non-major dependencies --- Cargo.lock | 8 ++++---- keyring/Cargo.toml | 4 ++-- lib/Cargo.toml | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 78e1a13..5c289dc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2269,18 +2269,18 @@ dependencies = [ [[package]] name = "thiserror" -version = "1.0.51" +version = "1.0.52" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f11c217e1416d6f036b870f14e0413d480dbf28edbee1f877abaf0206af43bb7" +checksum = "83a48fd946b02c0a526b2e9481c8e2a17755e47039164a86c4070446e3a4614d" dependencies = [ "thiserror-impl", ] [[package]] name = "thiserror-impl" -version = "1.0.51" +version = "1.0.52" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "01742297787513b79cf8e29d1056ede1313e2420b7b3b15d0a768b4921f549df" +checksum = "e7fbe9b594d6568a6a1443250a7e67d80b74e1e96f6d1715e1e21cc1888291d3" dependencies = [ "proc-macro2", "quote", diff --git a/keyring/Cargo.toml b/keyring/Cargo.toml index 0b86a8c..94f4d66 100644 --- a/keyring/Cargo.toml +++ b/keyring/Cargo.toml @@ -12,8 +12,8 @@ lazy_static = "1.4.0" mambembe-lib = { path = "../lib" } serde = "1.0.193" serde_json = "1.0.108" -thiserror = "1.0.51" -tracing = "0.1.26" +thiserror = "1.0.52" +tracing = "0.1.40" [features] with-keyring = ["keyring"] diff --git a/lib/Cargo.toml b/lib/Cargo.toml index fffc6ae..ed18414 100644 --- a/lib/Cargo.toml +++ b/lib/Cargo.toml @@ -25,7 +25,7 @@ serde_json = "1.0.108" sha-1 = "0.10.1" sha2 = "0.10.8" slauth = { version = "0.5.0", default-features = false } -thiserror = "1.0.51" +thiserror = "1.0.52" tracing = "0.1.40" url = { version = "2.5.0", features = ["serde"] }