Skip to content

Commit

Permalink
Merge pull request #82 from omjadas/dependabot/cargo/tls-listener-0.8.0
Browse files Browse the repository at this point in the history
chore(deps): update tls-listener requirement from 0.7.0 to 0.8.0
  • Loading branch information
omjadas authored Nov 5, 2023
2 parents 03957a7 + cef8b3b commit fa23e80
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 @@ -45,7 +45,7 @@ criterion = { version = "0.5.0", features = ["async_tokio"] }
reqwest = "0.11.10"
rustls-native-certs = "0.6.2"
rustls-pemfile = "1.0.0"
tls-listener = { version = "0.7.0", features = ["rustls", "hyper-h1", "hyper-h2"] }
tls-listener = { version = "0.8.0", features = ["rustls", "hyper-h1", "hyper-h2"] }
tokio = { version = "1.24.2", features = ["full"] }
tokio-native-tls = "0.3.1"
tracing-subscriber = "0.3.0"
Expand Down

0 comments on commit fa23e80

Please sign in to comment.