chore(deps): update rust crate serde_json to v1.0.148
All checks were successful
Checking Renovate configuration / validate (pull_request) Successful in 1m14s
Checking yaml / Run yamllint (pull_request) Successful in 3m41s
Build and test / Clippy (pull_request) Successful in 4m37s
Build and test / Build AMD64 (pull_request) Successful in 4m37s
Build and test / Tests (pull_request) Successful in 4m55s
Build and test / Generate Documentation (pull_request) Successful in 7m39s
All checks were successful
Checking Renovate configuration / validate (pull_request) Successful in 1m14s
Checking yaml / Run yamllint (pull_request) Successful in 3m41s
Build and test / Clippy (pull_request) Successful in 4m37s
Build and test / Build AMD64 (pull_request) Successful in 4m37s
Build and test / Tests (pull_request) Successful in 4m55s
Build and test / Generate Documentation (pull_request) Successful in 7m39s
This commit is contained in:
parent
869b9c696c
commit
03dc9777ae
1 changed files with 9 additions and 3 deletions
12
Cargo.lock
generated
12
Cargo.lock
generated
|
|
@ -2451,15 +2451,15 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "serde_json"
|
||||
version = "1.0.145"
|
||||
version = "1.0.148"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "402a6f66d8c709116cf22f558eab210f5a50187f702eb4d7e5ef38d9a7f1c79c"
|
||||
checksum = "3084b546a1dd6289475996f182a22aba973866ea8e8b02c51d9f46b1336a22da"
|
||||
dependencies = [
|
||||
"itoa",
|
||||
"memchr",
|
||||
"ryu",
|
||||
"serde",
|
||||
"serde_core",
|
||||
"zmij",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
|
@ -3738,3 +3738,9 @@ dependencies = [
|
|||
"quote",
|
||||
"syn 2.0.112",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "zmij"
|
||||
version = "1.0.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "e6d6085d62852e35540689d1f97ad663e3971fc19cf5eceab364d62c646ea167"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue