Skip to content

Commit

Permalink
Merge pull request #340 from tom-binary/cpan/ryu_4_000
Browse files Browse the repository at this point in the history
Update Ryu for memory leak fixes and `$src->drain_from`
  • Loading branch information
tom-binary authored Aug 21, 2024
2 parents 2725669 + 724160a commit 8472009
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion cpanfile
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down

0 comments on commit 8472009

Please sign in to comment.