Skip to content

Commit

Permalink
build(deps): bump openssl-sys from 0.9.104 to 0.9.105
Browse files Browse the repository at this point in the history
Bumps [openssl-sys](https://github.com/sfackler/rust-openssl) from 0.9.104 to 0.9.105.
- [Release notes](https://github.com/sfackler/rust-openssl/releases)
- [Commits](sfackler/rust-openssl@openssl-sys-v0.9.104...openssl-sys-v0.9.105)

---
updated-dependencies:
- dependency-name: openssl-sys
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Feb 3, 2025
1 parent 1091b66 commit e1104bb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion frodo-kem/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ serde = ["dep:hex", "dep:serde"]
[dependencies]
aes = { version = "0.8", optional = true }
hex = { version = "0.4", optional = true }
openssl-sys = { version = "0.9.104", optional = true }
openssl-sys = { version = "0.9.105", optional = true }
rand_core = { version = "0.6", features = ["std"] }
serde = { version = "1.0", features = ["derive"], optional = true }
serdect = "0.3"
Expand Down

0 comments on commit e1104bb

Please sign in to comment.