Skip to content

Commit

Permalink
chore(deps): update rustls requirement from 0.21.8 to 0.22.1 in /rpxy…
Browse files Browse the repository at this point in the history
…-lib

Dependabot couldn't find the original pull request head commit, 6618382.
  • Loading branch information
dependabot[bot] authored Jan 6, 2024
1 parent 4039d7c commit 91c8ed2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rpxy-lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ hyper-tls = { git = "https://github.com/junkurihara/hyper-tls", features = [

# tls and cert management for server
hot_reload = "0.1.4"
rustls = { version = "0.21.10", default-features = false }
rustls = { version = "0.22.1", default-features = false }
tokio-rustls = { version = "0.24.1", features = ["early-data"] }
webpki = "0.22.4"
x509-parser = "0.15.1"
Expand Down

0 comments on commit 91c8ed2

Please sign in to comment.