mirror of
https://github.com/msfjarvis/gitice
synced 2025-08-17 05:37:00 +05:30
fix(deps): update rust crate toml to 0.9.0
This commit is contained in:
parent
aa9d3abae7
commit
1da22d0fc4
2 changed files with 28 additions and 30 deletions
|
@ -28,7 +28,7 @@ clap = { version = "4.5.4", features = ["color", "deprecated", "derive"] }
|
|||
gix = { version = "0.71.0", default-features = false , features = ["worktree-mutation", "blocking-network-client"] }
|
||||
serde = { version = "1.0.200", default-features = false }
|
||||
serde_derive = "1.0.200"
|
||||
toml = "0.8.12"
|
||||
toml = "0.9.0"
|
||||
tracing = "0.1.40"
|
||||
tracing-subscriber = "0.3.18"
|
||||
walkdir = "2.5.0"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue