mirror of
https://github.com/msfjarvis/gitice
synced 2025-08-15 06:17:00 +05:30
fix(deps): update serde to 1.0.182
This commit is contained in:
parent
f7e11b66b0
commit
4868eca080
2 changed files with 6 additions and 6 deletions
|
@ -20,8 +20,8 @@ include = ["src/**/*", "LICENSE-*", "README.md"]
|
|||
anyhow = "1.0.72"
|
||||
clap = { version = "4.3.19", features = ["color", "deprecated", "derive"] }
|
||||
gix = "0.51.0"
|
||||
serde = { version = "1.0.181", default-features = false }
|
||||
serde_derive = "1.0.181"
|
||||
serde = { version = "1.0.182", default-features = false }
|
||||
serde_derive = "1.0.182"
|
||||
toml = "0.7.6"
|
||||
tracing = "0.1.37"
|
||||
tracing-subscriber = "0.3.17"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue