This commit is contained in:
dependabot[bot] 2024-09-03 01:31:23 +00:00 committed by GitHub
commit 05fd927960
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -675,9 +675,9 @@ dependencies = [
[[package]]
name = "serde_json"
version = "1.0.125"
version = "1.0.127"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "83c8e735a073ccf5be70aa8066aa984eaf2fa000db6c8d0100ae605b366d31ed"
checksum = "8043c06d9f82bd7271361ed64f415fe5e12a77fdb52e573e7f06a516dea329ad"
dependencies = [
"itoa",
"memchr",

View File

@ -13,7 +13,7 @@ color-eyre = { version = "0.6.3", default_features = false }
eyre = "0.6.12"
jtd = "0.3.1"
serde = { version = "1.0.209", features = ["derive"] }
serde_json = "1.0.125"
serde_json = "1.0.127"
serde_yaml = "0.9.34"
tracing = "0.1.40"