diff --git a/Makefile.PL b/Makefile.PL index 65e14b89..32352564 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -67,7 +67,7 @@ my %WriteMakefileArgs = ( "Pod::Simple::Text" => 0, "Pod::Usage" => 0, "Role::Tiny" => "2.002004", - "Ryu" => "3.005", + "Ryu" => "4.000", "Ryu::Async" => "0.020", "Scope::Guard" => 0, "Signature::Attribute::Checked" => "0.06", @@ -166,7 +166,7 @@ my %FallbackPrereqs = ( "Pod::Simple::Text" => 0, "Pod::Usage" => 0, "Role::Tiny" => "2.002004", - "Ryu" => "3.005", + "Ryu" => "4.000", "Ryu::Async" => "0.020", "Scope::Guard" => 0, "Signature::Attribute::Checked" => "0.06", diff --git a/cpanfile b/cpanfile index 69fc7656..513a145d 100644 --- a/cpanfile +++ b/cpanfile @@ -24,7 +24,7 @@ requires 'Object::Pad::FieldAttr::Checked'; requires 'Sublike::Extended'; requires 'Signature::Attribute::Checked', '>= 0.06'; # Streams -requires 'Ryu', '>= 3.005'; +requires 'Ryu', '>= 4.000'; requires 'Ryu::Async', '>= 0.020'; # IO::Async requires 'Heap', '>= 0.80';