diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-07-22 18:14:05 +0000 |
---|---|---|
committer | Gabor Javorszky <gabor@javorszky.co.uk> | 2024-07-29 16:20:09 +0100 |
commit | 57a75ea062bdd793ad34db20d141c7531c25e502 (patch) | |
tree | ee608f35969d23d831c4e2e361deb3b103d0fa0d /tools | |
parent | 90542dbd711041499e181911df10794997d792d7 (diff) | |
download | unit-57a75ea062bdd793ad34db20d141c7531c25e502.tar.gz unit-57a75ea062bdd793ad34db20d141c7531c25e502.tar.bz2 |
build(deps): bump openssl from 0.10.64 to 0.10.66 in /tools/unitctl
Bumps [openssl](https://github.com/sfackler/rust-openssl) from 0.10.64 to 0.10.66.
- [Release notes](https://github.com/sfackler/rust-openssl/releases)
- [Commits](https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.64...openssl-v0.10.66)
---
updated-dependencies:
- dependency-name: openssl
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'tools')
-rw-r--r-- | tools/unitctl/Cargo.lock | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tools/unitctl/Cargo.lock b/tools/unitctl/Cargo.lock index 20279963..bcbe53b7 100644 --- a/tools/unitctl/Cargo.lock +++ b/tools/unitctl/Cargo.lock @@ -1185,9 +1185,9 @@ checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92" [[package]] name = "openssl" -version = "0.10.64" +version = "0.10.66" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "95a0481286a310808298130d22dd1fef0fa571e05a8f44ec801801e84b216b1f" +checksum = "9529f4786b70a3e8c61e11179af17ab6188ad8d0ded78c5529441ed39d4bd9c1" dependencies = [ "bitflags 2.4.1", "cfg-if", @@ -1217,9 +1217,9 @@ checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf" [[package]] name = "openssl-sys" -version = "0.9.102" +version = "0.9.103" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c597637d56fbc83893a35eb0dd04b2b8e7a50c91e64e9493e398b5df4fb45fa2" +checksum = "7f9e8deee91df40a943c71b917e5874b951d32a802526c85721ce3b776c929d6" dependencies = [ "cc", "libc", |