Elixir and Erlang/OTP versions
Erlang/OTP 28 [erts-16.3.1] [source] [64-bit] [smp:11:11] [ds:11:11:10] [async-threads:1] [jit]
Elixir 1.19.4 (compiled with Erlang/OTP 28)
Operating system
macOS Sequoia 15.7
Current behavior
I see there is an update possible for the image library in my project. When i run mix deps.update image it just updates castore but not the image library. After that it's a no-op.
I've also tried with 1.20-rc*/OTP-29 but that also does not update the image dependency.
> mix hex.outdated
Dependency Only Current Latest Status
...
image 0.63.0 0.64.0 Update possible
...
> mix deps.update image
Resolving Hex dependencies...
Resolution completed in 0.224s
Unchanged:
alarmist 0.4.1
argon2_elixir 4.1.3
bandit 1.10.4
...
Upgraded:
castore 1.0.17 => 1.0.18
Expected behavior
The image library get's updated to 0.64.0
Elixir and Erlang/OTP versions
Erlang/OTP 28 [erts-16.3.1] [source] [64-bit] [smp:11:11] [ds:11:11:10] [async-threads:1] [jit]
Elixir 1.19.4 (compiled with Erlang/OTP 28)
Operating system
macOS Sequoia 15.7
Current behavior
I see there is an update possible for the
imagelibrary in my project. When i runmix deps.update imageit just updatescastorebut not the image library. After that it's a no-op.I've also tried with 1.20-rc*/OTP-29 but that also does not update the
imagedependency.Expected behavior
The
imagelibrary get's updated to0.64.0