fix(deps): update serde to 1.0.170

This commit is contained in:
renovate[bot] 2023-07-09 19:28:05 +00:00 committed by GitHub
parent bc1e78a440
commit 09fa29ff50
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

View file

@ -20,8 +20,8 @@ include = ["src/**/*", "LICENSE-*", "README.md"]
anyhow = "1.0.71"
clap = { version = "4.3.11", features = ["color", "deprecated", "derive"] }
gix = "0.48.0"
serde = { version = "1.0.169", default-features = false }
serde_derive = "1.0.169"
serde = { version = "1.0.170", default-features = false }
serde_derive = "1.0.170"
toml = "0.7.6"
tracing = "0.1.37"
tracing-subscriber = "0.3.17"