Skip to content

Commit 779dfe0

Browse files
Merge pull request #230 from brotskydotcom/master
Bump version and update dependencies.
2 parents eb54c80 + 2e646c8 commit 779dfe0

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Cargo.toml

+3-3
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

+1-1
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)