Skip to content

Commit

Permalink
Bump tls-listener from 0.8.0 to 0.9.1
Browse files Browse the repository at this point in the history
Bumps [tls-listener](https://github.com/tmccombs/tls-listener) from 0.8.0 to 0.9.1.
- [Release notes](https://github.com/tmccombs/tls-listener/releases)
- [Changelog](https://github.com/tmccombs/tls-listener/blob/main/CHANGELOG.md)
- [Commits](tmccombs/tls-listener@v0.8.0...v0.9.1)

---
updated-dependencies:
- dependency-name: tls-listener
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 1, 2024
1 parent 505b98c commit e48b2a3
Show file tree
Hide file tree
Showing 2 changed files with 61 additions and 7 deletions.
66 changes: 60 additions & 6 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 @@ -45,7 +45,7 @@ pyo3-asyncio = { version = "=0.20", features = ["tokio-runtime"], git = "https:/
pyo3-log = "=0.8"
rustls-pemfile = "1.0"
socket2 = { version = "0.5", features = ["all"] }
tls-listener = { version = "=0.8", features = ["rustls"] }
tls-listener = { version = "=0.9", features = ["rustls"] }
tokio = { version = "1.24", features = ["full"] }
tokio-stream = "0.1"
tokio-rustls = "0.24"
Expand Down

0 comments on commit e48b2a3

Please sign in to comment.