chore(deps): update rust crate serde_json to 1.0.116
This commit is contained in:
parent
9b7c3d501f
commit
a9e262bc78
2 changed files with 4 additions and 4 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -1797,9 +1797,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "serde_json"
|
||||
version = "1.0.112"
|
||||
version = "1.0.116"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "4d1bd37ce2324cf3bf85e5a25f96eb4baf0d5aa6eba43e7ae8958870c4ec48ed"
|
||||
checksum = "3e17db7126d17feb94eb3fad46bf1a96b034e8aacbc2e775fe81505f8b0b2813"
|
||||
dependencies = [
|
||||
"itoa",
|
||||
"ryu",
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue