v0.1.0 is the oldest version of bastion that was analysed, so there is nothing to compare it against. IO.Mut is a first sighting, not a change.
lib/observability/telemetry_aggregator.march:18
15-- let stats = Bastion.Telemetry.Aggregator.counters()
16
17mod Bastion.Telemetry.Aggregator do
18 needs IO.Mut
19 needs IO.Clock
20
21 import Vault
lib/cache/bastion_cache.march:23
20
21mod BastionCache do
22
23 needs IO.Mut
24
25 import Vault
26
lib/channels/bastion_pubsub.march:21
18
19mod BastionPubSub do
20
21 needs IO.Mut
22
23 import Vault
24
lib/cache/cache.march:39
36
37mod Cache do
38
39 needs IO.Mut
40
41 import HttpServer
42 import Vault
lib/islands/island_socket.march:52
49
50mod IslandSocket do
51
52 needs IO.Mut
53
54 import HttpServer
55 alias Bastion.PubSub as PubSub