diff options
author | Alex Touchet <alextouchet@outlook.com> | 2023-06-26 13:49:12 -0700 |
---|---|---|
committer | Alex Touchet <alextouchet@outlook.com> | 2023-06-26 13:49:12 -0700 |
commit | 483edaa98702ec574c2516c984b14fed57af219e (patch) | |
tree | aa46b962561275ad94283c9f5a42b4e6bd906f68 | |
parent | 002fe81cc68ad8d77b2ce0501a3c4cd7836b6634 (diff) | |
download | servo-483edaa98702ec574c2516c984b14fed57af219e.tar.gz servo-483edaa98702ec574c2516c984b14fed57af219e.zip |
Update serde_json
-rw-r--r-- | Cargo.lock | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock index 8bc10d4c13d..59dfdb56291 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5296,11 +5296,11 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.64" +version = "1.0.99" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "799e97dc9fdae36a5c8b8f2cae9ce2ee9fdce2058c57a93e6099d919fd982f79" +checksum = "46266871c240a00b8f503b877622fe33430b3c7d963bdc0f2adc511e54a1eae3" dependencies = [ - "itoa 0.4.8", + "itoa 1.0.1", "ryu", "serde", ] |