diff options
author | RenovateBot <renovatebot@noreply.localhost> | 2025-01-20 03:02:56 +0300 |
---|---|---|
committer | RenovateBot <renovatebot@noreply.localhost> | 2025-01-20 03:02:56 +0300 |
commit | f91e1bda22c55718dd4bc5032009af9ca0858f26 (patch) | |
tree | 69cb6d3a07a8cc0b1add5d9578fd832afbb7ae25 | |
parent | e9a0fd718f94738cae207013c1fa961fc7ffca42 (diff) | |
download | fparkan-f91e1bda22c55718dd4bc5032009af9ca0858f26.tar.xz fparkan-f91e1bda22c55718dd4bc5032009af9ca0858f26.zip |
Update Rust crate serde_json to v1.0.137
-rw-r--r-- | Cargo.lock | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1169,9 +1169,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.135" +version = "1.0.137" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2b0d7ba2887406110130a978386c4e1befb98c674b4fba677954e4db976630d9" +checksum = "930cfb6e6abf99298aaad7d29abbef7a9999a9a8806a40088f55f0dcec03146b" dependencies = [ "itoa", "memchr", |