mirror of
https://github.com/msfjarvis/gitice
synced 2025-08-14 22:07:00 +05:30
fix(deps): update serde to 1.0.179
This commit is contained in:
parent
79badb1eea
commit
36fbfeaa5e
1 changed files with 2 additions and 2 deletions
|
@ -20,8 +20,8 @@ include = ["src/**/*", "LICENSE-*", "README.md"]
|
||||||
anyhow = "1.0.72"
|
anyhow = "1.0.72"
|
||||||
clap = { version = "4.3.19", features = ["color", "deprecated", "derive"] }
|
clap = { version = "4.3.19", features = ["color", "deprecated", "derive"] }
|
||||||
gix = "0.50.1"
|
gix = "0.50.1"
|
||||||
serde = { version = "1.0.178", default-features = false }
|
serde = { version = "1.0.179", default-features = false }
|
||||||
serde_derive = "1.0.178"
|
serde_derive = "1.0.179"
|
||||||
toml = "0.7.6"
|
toml = "0.7.6"
|
||||||
tracing = "0.1.37"
|
tracing = "0.1.37"
|
||||||
tracing-subscriber = "0.3.17"
|
tracing-subscriber = "0.3.17"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue