From 5cd6baf51079ec8eae58d7f2b5b212e24dd6cf53 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 30 Oct 2024 03:39:42 +0000 Subject: [PATCH] chore(deps): update rust crate keyring to 3.6.0 --- Cargo.lock | 4 ++-- crates/kftray-tauri/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 37239fd1..377d6449 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2689,9 +2689,9 @@ dependencies = [ [[package]] name = "keyring" -version = "3.6.0" +version = "3.6.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "07fcc6bcd4168febe3f0b23e2aa579c8e46e34a73474f948b1f5c3f6dfe76a75" +checksum = "2f8fe839464d4e4b37d756d7e910063696af79a7e877282cb1825e4ec5f10833" dependencies = [ "byteorder", "linux-keyutils", diff --git a/crates/kftray-tauri/Cargo.toml b/crates/kftray-tauri/Cargo.toml index 60565817..8c89dfe4 100644 --- a/crates/kftray-tauri/Cargo.toml +++ b/crates/kftray-tauri/Cargo.toml @@ -31,7 +31,7 @@ sqlx = { version = "0.8.2", features = ["sqlite", "runtime-tokio-native-tls"] } dirs = "5.0.1" reqwest = "0.12.8" base64 = "0.22.1" -keyring = { version = "3.5.0", features = ["apple-native", "windows-native", "linux-native"] } +keyring = { version = "3.6.0", features = ["apple-native", "windows-native", "linux-native"] } hostsfile = { git = "https://github.com/tonarino/innernet", branch = "main" } log = "0.4" env_logger = "0.11.5"