Skip to content

Commit

Permalink
Bump openssl from 0.10.61 to 0.10.64 (#252)
Browse files Browse the repository at this point in the history
Bumps [openssl](https://github.com/sfackler/rust-openssl) from 0.10.61 to 0.10.64.
- [Release notes](https://github.com/sfackler/rust-openssl/releases)
- [Commits](sfackler/rust-openssl@openssl-v0.10.61...openssl-v0.10.64)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored May 9, 2024
1 parent 7bd6c52 commit 5c7fc7f
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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ async-rustls = { version = "0.4.1", features = ["dangerous_configuration"], opti
async-std = { version = "1.12.0", default-features = false, optional = true }
memmap2 = { version = "0.9", optional = true }
native-tls = { version = "0.2.4", optional = true }
openssl = { version = "0.10.35", optional = true }
openssl = { version = "0.10.64", optional = true }
openssl-sys = { version = "0.9.102", optional = true, features = ["vendored"]}
nix = { version = "0.26.0", optional = true }
rustls-pemfile = { version = "1.0.0", optional = true }
Expand Down

0 comments on commit 5c7fc7f

Please sign in to comment.