Update Rust crate serde_json to v1.0.117 #103

Merged
pierre merged 1 commits from renovate/serde_json-1.x-lockfile into master 2024-05-09 00:31:46 +00:00
Showing only changes of commit 6ba76a7830 - Show all commits

4
Cargo.lock generated
View File

@ -1566,9 +1566,9 @@ dependencies = [
[[package]] [[package]]
name = "serde_json" name = "serde_json"
version = "1.0.115" version = "1.0.117"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "12dc5c46daa8e9fdf4f5e71b6cf9a53f2487da0e86e55808e2d35539666497dd" checksum = "455182ea6142b14f93f4bc5320a2b31c1f266b66a4a5c858b013302a5d8cbfc3"
dependencies = [ dependencies = [
"itoa", "itoa",
"ryu", "ryu",