Skip to content

Commit

Permalink
Update openssl-src requirement from 111.28.0+1.1.1w to 300.1.5+1.1.1w
Browse files Browse the repository at this point in the history
Updates the requirements on [openssl-src](https://github.com/alexcrichton/openssl-src-rs) to permit the latest version.
- [Release notes](https://github.com/alexcrichton/openssl-src-rs/releases)
- [Commits](https://github.com/alexcrichton/openssl-src-rs/commits)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 23, 2023
1 parent cc26587 commit 33fc3fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ tokio = { version = "1.33.0", features = ["rt", "macros"] }
tokio-util = "0.7.9"
log = "0.4.20"
openssl = { version = "0.10.57", features = ["vendored"] }
openssl-src = "111.28.0+1.1.1w" # due to minimal version fail
openssl-src = "300.1.5+1.1.1w" # due to minimal version fail
url = "2.4.1"

[dev-dependencies]
Expand Down

0 comments on commit 33fc3fa

Please sign in to comment.