Update dependencies
This commit is contained in:
parent
46f5bc38b8
commit
47356d359d
5 changed files with 1117 additions and 1147 deletions
|
|
@ -9,17 +9,17 @@ edition = "2024"
|
|||
|
||||
[workspace.dependencies]
|
||||
anyhow = "1.0.98"
|
||||
clap = { version = "4.5.37", features = ["derive", "deprecated"] }
|
||||
clap = { version = "4.5.38", features = ["derive", "deprecated"] }
|
||||
directories = "6.0.0"
|
||||
gdn = { path = "gdn" }
|
||||
git2 = { version = "0.20.1", features = ["vendored-libgit2", "vendored-openssl"] }
|
||||
jiff = "0.2.11"
|
||||
git2 = { version = "0.20.2", features = ["vendored-libgit2", "vendored-openssl"] }
|
||||
jiff = "0.2.14"
|
||||
rand = "0.9.1"
|
||||
serde = { version = "1.0.219", features = ["derive"] }
|
||||
serde_json = "1.0.140"
|
||||
tauri = { version = "2.5.1", features = [] }
|
||||
tauri-build = { version = "2.2.0", features = [] }
|
||||
tauri-plugin-opener = "2.2.6"
|
||||
tauri-plugin-opener = "2.2.7"
|
||||
|
||||
[workspace.lints]
|
||||
rust.unsafe_code = { level = "forbid", priority = 1 }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue