diff --git a/ChangeLog.md b/ChangeLog.md
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -1,5 +1,9 @@
 # Revision history for http3
 
+## 0.1.3
+
+* Using quic v0.3.
+
 ## 0.1.2
 
 * Updating dependencies.
diff --git a/http3.cabal b/http3.cabal
--- a/http3.cabal
+++ b/http3.cabal
@@ -1,6 +1,6 @@
 cabal-version:      2.4
 name:               http3
-version:            0.1.2
+version:            0.1.3
 license:            BSD-3-Clause
 license-file:       LICENSE
 maintainer:         Kazu Yamamoto <kazu@iij.ad.jp>
@@ -31,7 +31,7 @@
 
 source-repository head
     type:     git
-    location: http3://github.com/kazu-yamamoto/http3
+    location: https://github.com/kazu-yamamoto/http3
 
 flag devel
     description: Development commands
@@ -89,7 +89,7 @@
         network-byte-order,
         network-control >= 0.1.7 && <0.2,
         psqueues,
-        quic >= 0.2.21 && < 0.3,
+        quic >= 0.3.0 && < 0.4,
         sockaddr,
         stm,
         time-manager >= 0.2.3 && <0.4,
@@ -115,7 +115,7 @@
         http2,
         http3,
         quic,
-        tls >=2.1.10 && <2.2,
+        tls >=2.1.10 && <2.3,
         tls-session-manager
 
     if flag(devel)
@@ -142,7 +142,7 @@
         http-types,
         http3,
         quic,
-        tls >=2.1.10 && <2.2,
+        tls >=2.1.10 && <2.3,
         unix-time
 
     if flag(devel)
