Skip to content

Commit 322a3a7

Browse files
committed
Update dependency bounds for network-transport-quic
1 parent 0eb3db3 commit 322a3a7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/network-transport-quic/network-transport-quic.cabal

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,10 @@ library
6262
-- Prior to version 0.2.20, `quic` had issues with handling
6363
-- pending data in the stream buffer. This meant that vectored
6464
-- message sends did not work correctly at the transport layer
65-
, quic >=0.2.20 && <0.3
65+
, quic >=0.2.20 && <0.4
6666
, stm >=2.4 && <2.6
67-
, tls >= 2.1 && < 2.3
68-
, tls-session-manager >= 0.0.5 && <0.1
67+
, tls >= 2.1 && < 2.4
68+
, tls-session-manager >= 0.0.5 && <0.2
6969
exposed-modules: Network.Transport.QUIC
7070
Network.Transport.QUIC.Internal
7171
other-modules: Network.Transport.QUIC.Internal.Configuration

0 commit comments

Comments
 (0)