Skip to content

Commit

Permalink
Update Rust crate tls-listener to ^0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 23, 2023
1 parent 530a9f8 commit 08e00ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdp-injector/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ sdp-test-macros = { path = "../sdp-test-macros" }

tokio = { version = "~1.34.0", features = ["rt", "macros", "rt-multi-thread"] }
hyper = { version = "0.14", features = ["server"]}
tls-listener = { version = "^0.5.0", features = [ "rustls", "hyper-h1", "hyper-h2", "tokio-net", "rt" ] }
tls-listener = { version = "^0.9.1", features = [ "rustls", "hyper-h1", "hyper-h2", "tokio-net", "rt" ] }
tokio-rustls = { version = "^0.23.0", features = [] }
serde_json = "1.0"
serde = { version= "1.0", features = ["derive"] }
Expand Down

0 comments on commit 08e00ae

Please sign in to comment.