chore: bump dependencies (mostly geo, thiserror)

This commit is contained in:
Alain Emilia Anna Zscheile 2024-12-05 19:17:43 +01:00
parent 848a497991
commit e77a034634
4 changed files with 14 additions and 14 deletions

View File

@ -7,10 +7,10 @@ derive-getters = "0.5"
petgraph = { git = "https://codeberg.org/topola/petgraph.git" } petgraph = { git = "https://codeberg.org/topola/petgraph.git" }
rstar = "0.12" rstar = "0.12"
serde_json = "1.0" serde_json = "1.0"
spade = "2.12.1" spade = "2.12"
[workspace.dependencies.geo] [workspace.dependencies.geo]
version = "0.28" version = "0.29"
default-features = false default-features = false
features = ["spade", "use-serde"] features = ["spade", "use-serde"]
@ -32,14 +32,14 @@ disable_contracts = ["contracts-try/disable_contracts"]
bimap = "0.6.3" bimap = "0.6.3"
contracts-try = "0.7" contracts-try = "0.7"
derive-getters.workspace = true derive-getters.workspace = true
enum_dispatch = "0.3.13" enum_dispatch = "0.3"
geo.workspace = true geo.workspace = true
petgraph.workspace = true petgraph.workspace = true
rstar.workspace = true rstar.workspace = true
serde.workspace = true serde.workspace = true
spade.workspace = true spade.workspace = true
thiserror = "1.0" thiserror = "2.0"
utf8-chars = "3.0.4" utf8-chars = "3.0"
[dependencies.specctra_derive] [dependencies.specctra_derive]
path = "crates/specctra_derive" path = "crates/specctra_derive"

View File

@ -7,6 +7,6 @@ edition = "2021"
proc-macro = true proc-macro = true
[dependencies] [dependencies]
proc-macro2 = "1.0.79" proc-macro2 = "1.0"
quote = "1.0.35" quote = "1.0"
syn = "2.0.55" syn = "2.0"

View File

@ -21,12 +21,12 @@ path = "../.."
default-features = false default-features = false
[dependencies.clap] [dependencies.clap]
version = "4.5.18" version = "4.5"
features = ["derive"] features = ["derive"]
[build-dependencies] [build-dependencies]
clap_mangen = "0.2.23" clap_mangen = "0.2"
[build-dependencies.clap] [build-dependencies.clap]
version = "4.5.18" version = "4.5"
features = ["derive"] features = ["derive"]

View File

@ -22,14 +22,14 @@ rstar.workspace = true
serde.workspace = true serde.workspace = true
serde_json.workspace = true serde_json.workspace = true
spade.workspace = true spade.workspace = true
sys-locale = "0.3.1" sys-locale = "0.3"
[dependencies.topola] [dependencies.topola]
path = "../.." path = "../.."
default-features = false default-features = false
[dependencies.unic-langid] [dependencies.unic-langid]
version = "0.9.5" version = "0.9"
features = ["macros", "serde"] features = ["macros", "serde"]
[dependencies.eframe] [dependencies.eframe]
@ -38,7 +38,7 @@ default-features = false
features = ["accesskit", "default_fonts", "glow", "persistence"] features = ["accesskit", "default_fonts", "glow", "persistence"]
[target.'cfg(not(target_arch = "wasm32"))'.dependencies] [target.'cfg(not(target_arch = "wasm32"))'.dependencies]
futures-lite = "2.3" futures-lite = "2.5"
env_logger = "0.11" env_logger = "0.11"
[target.'cfg(target_arch = "wasm32")'.dependencies] [target.'cfg(target_arch = "wasm32")'.dependencies]