Skip to content

Commit

Permalink
Upgrade openssl and openssl-sys crates
Browse files Browse the repository at this point in the history
  • Loading branch information
Guy Lewin authored and facebook-github-bot committed Nov 2, 2023
1 parent c8c8dfb commit e95ac5c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions shed/secure_utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ license = "MIT OR Apache-2.0"
anyhow = "=1.0.72"
hex = "0.4.3"
libc = "0.2.139"
openssl = "0.10.57"
openssl-sys = "0.9.3"
openssl = "0.10.58"
openssl-sys = "0.9.94"
serde = { version = "1.0.185", features = ["derive", "rc"] }
serde_json = { version = "1.0.100", features = ["float_roundtrip", "unbounded_depth"] }
slog = { version = "2.7", features = ["max_level_trace", "nested-values"] }

0 comments on commit e95ac5c

Please sign in to comment.