Update cargo dependencies, fix icons
This commit is contained in:
18
Cargo.toml
18
Cargo.toml
@ -7,25 +7,25 @@ edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
# Core library
|
||||
relm4 = "0.6.2"
|
||||
relm4 = "0.8.1"
|
||||
# relm4-macros = "0.6.2"
|
||||
# Optional: reusable components
|
||||
relm4-components = "0.6.2"
|
||||
relm4-components = "0.8.1"
|
||||
# Optional: icons
|
||||
relm4-icons = { version = "0.6.0", features = ["plus"] }
|
||||
relm4-icons = "0.8.2"
|
||||
|
||||
walkdir = "2" # For traversing directories recursively
|
||||
opener = "0.6.1" # For opening files with the systems default application
|
||||
opener = "0.7.1" # For opening files with the systems default application
|
||||
|
||||
log = "0.4.20"
|
||||
env_logger = "0.10.1"
|
||||
clap = { version = "4.4.6", features = ["derive"] }
|
||||
log = "0.4.21"
|
||||
env_logger = "0.11.3"
|
||||
clap = { version = "4.5.4", features = ["derive"] }
|
||||
|
||||
sqlx = { version = "0.7", features = [ "runtime-tokio", "sqlite", "migrate", "macros" ] }
|
||||
tokio = { version = "1", features = ["full"] }
|
||||
blake3 = "1.5.0"
|
||||
blake3 = "1.5.1"
|
||||
dotenvy = "0.15.7"
|
||||
chrono = "0.4.33"
|
||||
chrono = "0.4.38"
|
||||
|
||||
strum = "0.26"
|
||||
strum_macros = "0.26"
|
||||
|
Reference in New Issue
Block a user