diff options
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock index d3ca9684b..d277d6cfd 100644 --- a/Cargo.lock +++ b/Cargo.lock | |||
@@ -1443,9 +1443,9 @@ dependencies = [ | |||
1443 | 1443 | ||
1444 | [[package]] | 1444 | [[package]] |
1445 | name = "serde_json" | 1445 | name = "serde_json" |
1446 | version = "1.0.50" | 1446 | version = "1.0.51" |
1447 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1447 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1448 | checksum = "78a7a12c167809363ec3bd7329fc0a3369056996de43c4b37ef3cd54a6ce4867" | 1448 | checksum = "da07b57ee2623368351e9a0488bb0b261322a15a6e0ae53e243cbdc0f4208da9" |
1449 | dependencies = [ | 1449 | dependencies = [ |
1450 | "itoa", | 1450 | "itoa", |
1451 | "ryu", | 1451 | "ryu", |