elixir-mongo / mongodb

MongoDB driver for Elixir
Apache License 2.0
568 stars 157 forks source link

Replace hmac/3 calls with mac/4 calls (#1) #357

Closed romynior closed 3 years ago

romynior commented 3 years ago

hmac/3 is now obsolete and the recommended function is mac/4

lenaw commented 3 years ago

Hi, is it possible to merge this PR? because after upgrading to OTP 24, mongo is crashing because :crypto.hmac/3 does not exist anymore.

danyflorez commented 3 years ago

Hi, can we merge this PR? we really need to update to OTP 24