mirror of https://codeberg.org/topola/topola.git
Cargo.toml: reduce dependencies by 'cargo upgrade'
This commit is contained in:
parent
1ec85552bb
commit
0206790cc3
22
Cargo.toml
22
Cargo.toml
|
|
@ -32,16 +32,16 @@ egui = [
|
|||
disable_contracts = ["contracts/disable_contracts"]
|
||||
|
||||
[dependencies]
|
||||
thiserror = "1.0.56"
|
||||
thiserror = "1.0"
|
||||
rstar = "0.11.0"
|
||||
petgraph = "0.6.3"
|
||||
spade = "2.2.0"
|
||||
serde_json = "1.0.117"
|
||||
enum_dispatch = "0.3.12"
|
||||
petgraph = "0.6.5"
|
||||
spade = "2.12.1"
|
||||
serde_json = "1.0"
|
||||
enum_dispatch = "0.3.13"
|
||||
contracts = "0.6.3"
|
||||
bimap = "0.6.3"
|
||||
log = "0.4"
|
||||
utf8-chars = "3.0.2"
|
||||
utf8-chars = "3.0.4"
|
||||
|
||||
[dependencies.specctra_derive]
|
||||
path = "macros/specctra_derive"
|
||||
|
|
@ -56,7 +56,7 @@ features = ["derive"]
|
|||
|
||||
[dependencies.clap]
|
||||
optional = true
|
||||
version = "4.5.8"
|
||||
version = "4.5.18"
|
||||
features = ["derive"]
|
||||
|
||||
[dependencies.sys-locale]
|
||||
|
|
@ -74,17 +74,17 @@ version = "0.9.4"
|
|||
|
||||
[dependencies.eframe]
|
||||
optional = true
|
||||
version = "0.28.1"
|
||||
version = "0.29"
|
||||
default-features = false
|
||||
features = ["accesskit", "default_fonts", "glow", "persistence"]
|
||||
|
||||
[dependencies.egui]
|
||||
optional = true
|
||||
version = "0.28.1"
|
||||
version = "0.29"
|
||||
|
||||
[dependencies.rfd]
|
||||
optional = true
|
||||
version = "0.14.0"
|
||||
version = "0.15"
|
||||
|
||||
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
|
||||
|
||||
|
|
@ -111,7 +111,7 @@ contracts = { path = "vendored/contracts" }
|
|||
|
||||
[build-dependencies]
|
||||
clap_mangen = "0.2.23"
|
||||
clap = {version="4.5.8", features = ["derive"] }
|
||||
clap = {version="4.5.18", features = ["derive"] }
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
cargo-args = ["-Zunstable-options", "-Zrustdoc-scrape-examples"]
|
||||
|
|
|
|||
Loading…
Reference in New Issue