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 15, 2023
1 parent f9c3351 commit a4efd7f
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 @@ -23,7 +23,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

[dev-dependencies]
dotenv = "0.15.0"

0 comments on commit a4efd7f

Please sign in to comment.