Skip to content

Commit

Permalink
Bump Perl dependencies #881 #885
Browse files Browse the repository at this point in the history
  • Loading branch information
jhthorsen committed Mar 18, 2024
1 parent d1875a2 commit 78cddb5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
Revision history for perl distribution Convos

8.06 Not Released
- Bump dependencies #881 #885

8.05 2023-11-01T10:42:00+0900
- Something went wrong with the release script

Expand Down
4 changes: 2 additions & 2 deletions Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ my @PREREQS = (
[recommended => 'Cpanel::JSON::XS', '4.09'], # speed
[recommended => 'EV', '4.00'], # speed
[recommended => 'IO::Socket::Socks', '0.64'], # non-blocking
[core => 'Crypt::Passphrase' => '0.016'], # password
[core => 'Crypt::Passphrase' => '0.019'], # password
[core => 'Crypt::Passphrase::Argon2' => '0.009'], # password
[core => 'Crypt::Passphrase::Bcrypt' => '0.007'], # password
[core => 'Crypt::Passphrase::Bcrypt' => '0.008'], # password
[core => 'File::HomeDir' => '1.00'], # core
[core => 'File::ReadBackwards' => '1.06'], # backend file
[core => 'Future::AsyncAwait' => '0.66'], # core
Expand Down

0 comments on commit 78cddb5

Please sign in to comment.