Merge pull request #4267 from deltachat/dependabot/cargo/serde_json-1.0.95

This commit is contained in:
dependabot[bot]
2023-04-02 22:06:59 +00:00
committed by GitHub
3 changed files with 4 additions and 4 deletions

4
Cargo.lock generated
View File

@@ -4314,9 +4314,9 @@ dependencies = [
[[package]]
name = "serde_json"
version = "1.0.93"
version = "1.0.95"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cad406b69c91885b5107daf2c29572f6c8cdb3c66826821e286c533490c0bc76"
checksum = "d721eca97ac802aa7777b701877c8004d950fc142651367300d21c1cc0194744"
dependencies = [
"itoa",
"ryu",