aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <[email protected]>2024-02-20 10:50:34 -0800
committerJohn MacFarlane <[email protected]>2024-02-20 10:50:34 -0800
commit907226e50b19b476415379f8a3b6181ea5935bd2 (patch)
tree7ca153c814432dd7064229fa2f0935b188b5f80a
parent25a994df65f32ea2156c9171ec445d150ad4372c (diff)
Require tls >= 2.
-rw-r--r--pandoc.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/pandoc.cabal b/pandoc.cabal
index dae62cc2a..da9930ada 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -529,7 +529,7 @@ library
typst >= 0.5.0.1 && < 0.5.1,
vector >= 0.12 && < 0.14,
djot >= 0.1 && < 0.2,
- tls >= 1.9.0 && < 2.1,
+ tls >= 2.0.1 && < 2.1,
crypton-x509-system >= 1.6.7 && < 1.7
if !os(windows)