Skip to content

Commit

Permalink
Bump openssl from 0.10.45 to 0.10.55
Browse files Browse the repository at this point in the history
Bumps [openssl](https://github.com/sfackler/rust-openssl) from 0.10.45 to 0.10.55.
- [Release notes](https://github.com/sfackler/rust-openssl/releases)
- [Commits](sfackler/rust-openssl@openssl-v0.10.45...openssl-v0.10.55)

---
updated-dependencies:
- dependency-name: openssl
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jun 21, 2023
1 parent 6736285 commit 6a10ff5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
9 changes: 4 additions & 5 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 harness/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ env_logger = "0.10.0"
log = "0.4.17"
zip = { version = "0.6.3", features = ["deflate"] }
powershell_script = "1.0.4"
openssl = { version = "0.10.45", features = ["vendored"] }
openssl = { version = "0.10.55", features = ["vendored"] }
2 changes: 1 addition & 1 deletion server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ clap = { version = "2", features = ["yaml"] }
env_logger = "0.10.0"
hashbrown = { version = "0.13.1", features = ["raw"] }
log = "0.4.17"
openssl = { version = "0.10.45", features = ["vendored"] }
openssl = { version = "0.10.55", features = ["vendored"] }
parking_lot = "0.12.1"
regex = "1.7.1"
serde = { version = "1.0.152", features = ["derive"] }
Expand Down

0 comments on commit 6a10ff5

Please sign in to comment.