mirror of https://codeberg.org/topola/topola.git
chore: bump dependencies
This commit is contained in:
parent
5f19624d4e
commit
776ffb00ad
Notes:
fogti
2025-05-12 17:31:27 +00:00
This does not bump `geo`, as that would require modifications to the code base due to changed traits, etc.
|
|
@ -11,7 +11,7 @@ derive-getters = "0.5"
|
|||
log = "0.4"
|
||||
rstar = "0.12"
|
||||
serde_json = "1.0"
|
||||
spade = "2.12"
|
||||
spade = "2.13"
|
||||
thiserror = "2.0"
|
||||
|
||||
[workspace.dependencies.bimap]
|
||||
|
|
|
|||
|
|
@ -23,9 +23,9 @@ workspace = true
|
|||
optional = true
|
||||
|
||||
[dev-dependencies]
|
||||
ron = "0.8"
|
||||
ron = "0.10"
|
||||
serde.workspace = true
|
||||
|
||||
[dev-dependencies.insta]
|
||||
version = "1.42"
|
||||
version = "1.43"
|
||||
features = ["json"]
|
||||
|
|
|
|||
|
|
@ -19,8 +19,8 @@ derive-getters.workspace = true
|
|||
egui = "0.31"
|
||||
fluent-templates = "0.13"
|
||||
geo.workspace = true
|
||||
icu_experimental = "0.3.0-beta2"
|
||||
icu_locale_core = "2.0.0-beta2"
|
||||
icu_experimental = "0.3.0"
|
||||
icu_locale_core = "2.0.0"
|
||||
log.workspace = true
|
||||
petgraph.workspace = true
|
||||
rstar.workspace = true
|
||||
|
|
|
|||
Loading…
Reference in New Issue