mirror of
https://github.com/msfjarvis/gitice
synced 2025-08-14 23:17:00 +05:30
fix(deps): update serde to 1.0.164
This commit is contained in:
parent
6ddb4a6698
commit
11599db1f6
2 changed files with 6 additions and 6 deletions
|
@ -17,8 +17,8 @@ include = ["src/**/*", "LICENSE-*", "README.md"]
|
|||
anyhow = "1.0.71"
|
||||
clap = { version = "4.3.2", features = [ "color", "deprecated", "derive" ] }
|
||||
gix = "0.45.1"
|
||||
serde = { version = "1.0.163", default-features = false, features = ["derive"] }
|
||||
serde_derive = "1.0.163"
|
||||
serde = { version = "1.0.164", default-features = false, features = ["derive"] }
|
||||
serde_derive = "1.0.164"
|
||||
toml = "0.7.4"
|
||||
tracing = "0.1.37"
|
||||
tracing-subscriber = "0.3.17"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue