Skip to content

Commit

Permalink
Bump version and update dependencies.
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
brotskydotcom committed Oct 27, 2024
1 parent eb54c80 commit 2e646c8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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/"]
Expand All @@ -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 }
Expand Down Expand Up @@ -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"]
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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)

Expand Down

0 comments on commit 2e646c8

Please sign in to comment.