diff --git a/Package.swift b/Package.swift
index 8b29bc75..cd87d0fd 100644
--- a/Package.swift
+++ b/Package.swift
@@ -101,7 +101,7 @@ let package = Package(
         .library(name: "NIOHTTPCompression", targets: ["NIOHTTPCompression"]),
     ],
     dependencies: [
-        .package(url: "https://github.com/apple/swift-nio.git", from: "2.29.0"),
+        .package(url: "https://github.com/apple/swift-nio.git", from: "2.30.0"),
     ],
     targets: targets
 )
diff --git a/README.md b/README.md
index fc6ed3da..cb2319a1 100644
--- a/README.md
+++ b/README.md
@@ -13,7 +13,7 @@ All code will go through code review like in the other repositories related to t
 
 `swift-nio-extras` part of the SwiftNIO 2 family of repositories and depends on the following:
 
-- [`swift-nio`](https://github.com/apple/swift-nio), version 2.29.0 or better.
+- [`swift-nio`](https://github.com/apple/swift-nio), version 2.30.0 or better.
 - Swift 5.2.
 - `zlib` and its development headers installed on the system. But don't worry, you'll find `zlib` on pretty much any UNIX system that can compile any sort of code.