I've noticed that dagger update does not seem to update a dagger module's dependencies.
Suppose I have a module which contains one dependency: github.com/shykes/daggerverse/hello@hello/v0.2.0.
Then, as a user, I notice with excitement that version v0.3.0 has dropped, so I try to update it with dagger update hello.
I would then expect that the dagger.json manifest would be updated to point to v0.3.0, but it remains at v0.2.0.
Is this intentional and have I just misunderstood how update is supposed to work?
For reference, I'm on dagger v0.20.6.