chore(deps): update rust crate serde_json to 1.0.116

This commit is contained in:
renovate[bot] 2024-04-30 20:41:32 +00:00 committed by GitHub
parent 9b7c3d501f
commit a9e262bc78
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

View file

@ -12,7 +12,7 @@ build = "build.rs"
gray_matter = "0.2.6"
poise = "0.6.1"
serde = "1.0.199"
serde_json = "1.0.112"
serde_json = "1.0.116"
[dependencies]
color-eyre = "0.6.2"
@ -30,7 +30,7 @@ reqwest = { version = "0.12.2", default-features = false, features = [
"json",
] }
serde = "1.0.199"
serde_json = "1.0.112"
serde_json = "1.0.116"
tokio = { version = "1.35.1", features = [
"macros",
"rt-multi-thread",