Merge pull request 'Update Rust crate serde_json to 1.0.100' (#29) from renovate/all into main
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-07-04 20:29:15 +00:00
committed by Gitea
parent 6accff6ca5
commit 1f491c017c
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@@ -1538,9 +1538,9 @@ dependencies = [
[[package]]
name = "serde_json"
version = "1.0.99"
version = "1.0.100"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "46266871c240a00b8f503b877622fe33430b3c7d963bdc0f2adc511e54a1eae3"
checksum = "0f1e14e89be7aa4c4b78bdbdc9eb5bf8517829a600ae8eaa39a6e1d960b5185c"
dependencies = [
"itoa",
"ryu",