Compare commits

..

No commits in common. "552abfe6d86c288868309035ab9b87a4449ec6b8" and "4fd5b9ca6a464d661a221eb26d829b3b2bf3bb3e" have entirely different histories.

5
Cargo.lock generated
View File

@ -2096,12 +2096,11 @@ dependencies = [
[[package]]
name = "serde_json"
version = "1.0.137"
version = "1.0.117"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "930cfb6e6abf99298aaad7d29abbef7a9999a9a8806a40088f55f0dcec03146b"
checksum = "455182ea6142b14f93f4bc5320a2b31c1f266b66a4a5c858b013302a5d8cbfc3"
dependencies = [
"itoa",
"memchr",
"ryu",
"serde",
]