massivefermion / mungo

a mongodb driver for gleam
https://hex.pm/packages/mungo
Apache License 2.0
16 stars 1 forks source link

Upgrade gleam_crypto to 1.0 #1

Closed kgroat closed 6 months ago

kgroat commented 6 months ago

I am trying to use mungo in a project using wisp ~> 0.12, which depends upon gleam_crypto ~> 1.0. When trying to install mungo I get a dependency resolution error.

Because of this, I'm hoping that upgrading mungo to use gleam_crypto ~> 1.0 will fix this issue.

massivefermion commented 6 months ago

Thanks for the PR. I'm going to do some tests and if there is no problem, this will be merged.

kgroat commented 6 months ago

Sweet -- sounds good.