Skip to content

Commit

Permalink
fixes wildcard () dependency constraints for openssl
Browse files Browse the repository at this point in the history
  • Loading branch information
nbari committed Dec 5, 2023
1 parent 5286a8c commit 23ea2e9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "ssh-vault"
version = "1.0.8"
version = "1.0.9"
authors = ["Nicolas Embriz <nbari@tequila.io>"]
description = "encrypt/decrypt using ssh keys"
documentation = "https://ssh-vault.com/"
Expand All @@ -25,7 +25,7 @@ hex-literal = "0.4.1"
hkdf = "0.12.3"
home = "0.5.5"
md5 = "0.7.0"
openssl = { version = "*", features = ["vendored"] }
openssl = { version = "0.10", features = ["vendored"] }
rand = "0.8.5"
regex = "1.10"
reqwest = { version = "0.11", features = ["blocking"] }
Expand Down

0 comments on commit 23ea2e9

Please sign in to comment.