I'd rather not do this, but it's possible some of the dependencies need a higher min value. Elixir itself only supports security patches going back to v1.13, so maybe we can follow suit.
As it stands it looks like libring supports v1.11+ in the main branch, and we need an OTP patch which will likely ship out of that branch. As such we might be forced to adopt v1.11, which is from ~2020 I believe.
That being said, we can put this in 4.0 as a breaking change - it's just a matter of figuring out which version to bump to.
I'd rather not do this, but it's possible some of the dependencies need a higher min value. Elixir itself only supports security patches going back to v1.13, so maybe we can follow suit.
As it stands it looks like
libring
supports v1.11+ in themain
branch, and we need an OTP patch which will likely ship out of that branch. As such we might be forced to adopt v1.11, which is from ~2020 I believe.That being said, we can put this in 4.0 as a breaking change - it's just a matter of figuring out which version to bump to.