Skip to content

Commit 2e646c8

Browse files
committed
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.
1 parent eb54c80 commit 2e646c8

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ keywords = ["password", "credential", "keychain", "keyring", "cross-platform"]
66
license = "MIT OR Apache-2.0"
77
name = "keyring"
88
repository = "https://github.com/hwchen/keyring-rs.git"
9-
version = "3.6.0"
9+
version = "3.6.1"
1010
rust-version = "1.75"
1111
edition = "2021"
1212
exclude = [".github/"]
@@ -29,7 +29,7 @@ vendored = ["dbus-secret-service?/vendored", "openssl?/vendored"]
2929

3030
[dependencies]
3131
log = "0.4.22"
32-
openssl = { version = "0.10.55", optional = true }
32+
openssl = { version = "0.10.66", optional = true }
3333

3434
[target.'cfg(target_os = "macos")'.dependencies] # see issue #190
3535
security-framework = { version = "3", optional = true }
@@ -74,7 +74,7 @@ env_logger = "0.11.5"
7474
rand = "0.8"
7575
rpassword = "7"
7676
rprompt = "2"
77-
whoami = "1"
77+
whoami = "1.5"
7878

7979
[package.metadata.docs.rs]
8080
features = ["apple-native", "windows-native", "sync-secret-service", "crypto-rust"]

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
## Keyring-rs
22

33
[![build](https://github.com/hwchen/keyring-rs/actions/workflows/ci.yaml/badge.svg)](https://github.com/hwchen/keyring-rs/actions)
4-
[![dependencies](https://deps.rs/repo/github/hwchen/keyring-rs/status.svg)](https://github.com/hwchen/keyring-rs)
4+
[![dependencies](https://deps.rs/repo/github/hwchen/keyring-rs/status.svg)](https://deps.rs/repo/github/hwchen/keyring-rs)
55
[![crates.io](https://img.shields.io/crates/v/keyring.svg?style=flat-square)](https://crates.io/crates/keyring)
66
[![docs.rs](https://docs.rs/keyring/badge.svg)](https://docs.rs/keyring)
77

0 commit comments

Comments
 (0)