Skip to content

Commit

Permalink
openssl dep fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
divi255 committed Sep 30, 2022
1 parent eac822c commit aee8b7f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions 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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "yedb"
version = "0.4.8"
version = "0.4.9"
authors = ["Sergei S. <div@altertech.com>"]
edition = "2018"
license = "Apache-2.0"
Expand Down Expand Up @@ -38,7 +38,7 @@ regex = "1"
hex = "0.4.2"
log = "0.4.14"
fs_extra = "1.2.0"
openssl = { version = "0.10.29", features = ["vendored"] }
openssl = { version = "0.10.42", features = ["vendored"] }
#byteorder = "1.4.2"
jsonschema = { version = "0.16.0", features = [] }
syslog = { version = "5.0.0", optional = true }
Expand Down

0 comments on commit aee8b7f

Please sign in to comment.