From 2e646c888d8bfd400649548835a9cf7028462750 Mon Sep 17 00:00:00 2001 From: Daniel Brotsky Date: Sun, 27 Oct 2024 12:33:31 -0700 Subject: [PATCH] Bump version and update dependencies. There were security issues in some of the dependencies. Patched versions have been issued so the dependencies have been updated to reflect that. Also fixed the badge in the README that showed the dependency issues so that it links to the appropriate page. --- Cargo.toml | 6 +++--- README.md | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 6dfcc08..73db24f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ keywords = ["password", "credential", "keychain", "keyring", "cross-platform"] license = "MIT OR Apache-2.0" name = "keyring" repository = "https://github.com/hwchen/keyring-rs.git" -version = "3.6.0" +version = "3.6.1" rust-version = "1.75" edition = "2021" exclude = [".github/"] @@ -29,7 +29,7 @@ vendored = ["dbus-secret-service?/vendored", "openssl?/vendored"] [dependencies] log = "0.4.22" -openssl = { version = "0.10.55", optional = true } +openssl = { version = "0.10.66", optional = true } [target.'cfg(target_os = "macos")'.dependencies] # see issue #190 security-framework = { version = "3", optional = true } @@ -74,7 +74,7 @@ env_logger = "0.11.5" rand = "0.8" rpassword = "7" rprompt = "2" -whoami = "1" +whoami = "1.5" [package.metadata.docs.rs] features = ["apple-native", "windows-native", "sync-secret-service", "crypto-rust"] diff --git a/README.md b/README.md index d5ea62a..838d578 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ ## Keyring-rs [![build](https://github.com/hwchen/keyring-rs/actions/workflows/ci.yaml/badge.svg)](https://github.com/hwchen/keyring-rs/actions) -[![dependencies](https://deps.rs/repo/github/hwchen/keyring-rs/status.svg)](https://github.com/hwchen/keyring-rs) +[![dependencies](https://deps.rs/repo/github/hwchen/keyring-rs/status.svg)](https://deps.rs/repo/github/hwchen/keyring-rs) [![crates.io](https://img.shields.io/crates/v/keyring.svg?style=flat-square)](https://crates.io/crates/keyring) [![docs.rs](https://docs.rs/keyring/badge.svg)](https://docs.rs/keyring)