Skip to content

Commit

Permalink
dont pin openssl
Browse files Browse the repository at this point in the history
  • Loading branch information
insipx committed Oct 16, 2024
1 parent 80d8feb commit e25950c
Show file tree
Hide file tree
Showing 2 changed files with 52 additions and 67 deletions.
115 changes: 50 additions & 65 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
Expand Up @@ -71,8 +71,8 @@ web-sys = "0.3"
js-sys = "0.3"
# NOTE: A regression in openssl-sys exists where libatomic is dynamically linked
# for i686-linux-android targets. https://github.com/sfackler/rust-openssl/issues/2163
openssl-sys = "=0.9.92"
openssl = "=0.10.57"
openssl-sys = "0.9.104"
openssl = "=0.10.68"
libsqlite3-sys = { version = "0.29", features = ["bundled-sqlcipher-vendored-openssl" ] }
dyn-clone = "1"
trait-variant = "0.1.2"
Expand Down

0 comments on commit e25950c

Please sign in to comment.