Skip to content

Commit

Permalink
Merge pull request #304 from rkrishn7/master
Browse files Browse the repository at this point in the history
chore: Bump openssl and openssl-sys
  • Loading branch information
sfackler authored Oct 14, 2024
2 parents 5ed6bd1 + 989116e commit a0e6f18
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ schannel = "0.1.17"

[target.'cfg(not(any(target_os = "windows", target_vendor = "apple")))'.dependencies]
log = "0.4.5"
openssl = "0.10.29"
openssl-sys = "0.9.55"
openssl = "0.10.46"
openssl-sys = "0.9.81"
openssl-probe = "0.1"

[dev-dependencies]
Expand Down

0 comments on commit a0e6f18

Please sign in to comment.