Skip to content

Commit

Permalink
chore: update openssl
Browse files Browse the repository at this point in the history
  • Loading branch information
jo committed Feb 24, 2024
1 parent 278baaf commit f87a75f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ authors = ["Johannes J. Schmidt <[email protected]>"]
keywords = ["WebCrypto", "crypto", "ec", "aes"]

[dependencies]
openssl = "0.10.38"
openssl = "0.10.64"
hex = "0.4.3"
1 change: 0 additions & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#![warn(missing_docs)]
#![warn(rustdoc::missing_doc_code_examples)]

//! Webcryptobox provides convenient wrappers around
//! [OpenSSL](https://docs.rs/openssl/latest/openssl/) to use
Expand Down

0 comments on commit f87a75f

Please sign in to comment.