From d5847ffc52844037f3a9a4f63a546843dee72ba7 Mon Sep 17 00:00:00 2001 From: cyteon <129582290+Cyteon@users.noreply.github.com> Date: Sun, 8 Dec 2024 21:18:52 +0100 Subject: [PATCH] manifest update --- manifest.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index 668c7c5..6d45668 100644 --- a/manifest.toml +++ b/manifest.toml @@ -40,5 +40,5 @@ gleam_otp = { version = ">= 0.10.0 and < 1.0.0" } gleam_stdlib = { version = ">= 0.39.0 and < 1.0.0" } gleeunit = { version = ">= 1.0.0 and < 2.0.0" } logging = { version = ">= 1.3.0 and < 2.0.0" } -repeatedly = { version = ">= 2.1.1 and < 3.0.0" } +repeatedly = { version = ">= 2.1.1 and < 2.1.2" } stratus = { version = ">= 0.9.0 and < 1.0.0" }