diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 87ad95ac..16523ee9 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -18,7 +18,7 @@ jobs:
       - uses: actions-rs/toolchain@v1
         with:
           profile: minimal
-          toolchain: nightly-2021-12-19
+          toolchain: nightly-2022-01-17
           override: true
           components: rustfmt
 
@@ -75,7 +75,7 @@ jobs:
       - uses: actions-rs/toolchain@v1
         with:
           profile: minimal
-          toolchain: nightly-2021-12-19
+          toolchain: nightly-2022-01-17
           override: true
           components: clippy
 
diff --git a/rust-toolchain.toml b/rust-toolchain.toml
index a3a5f28c..66a1979e 100644
--- a/rust-toolchain.toml
+++ b/rust-toolchain.toml
@@ -1,4 +1,4 @@
 [toolchain]
-channel = "nightly-2021-12-19"
+channel = "nightly-2022-01-17"
 components = ["rustfmt", "clippy"]
 profile = "minimal"