diff options
| -rw-r--r-- | Cargo.lock | 4 | ||||
| -rw-r--r-- | Cargo.toml | 2 |
2 files changed, 3 insertions, 3 deletions
@@ -1887,9 +1887,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.117" +version = "1.0.119" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "455182ea6142b14f93f4bc5320a2b31c1f266b66a4a5c858b013302a5d8cbfc3" +checksum = "e8eddb61f0697cc3989c5d64b452f5488e2b8a60fd7d5076a3045076ffef8cb0" dependencies = [ "itoa", "ryu", @@ -28,7 +28,7 @@ reqwest = { version = "0.12.5", default-features = false, features = [ "json", ] } serde = "1.0.203" -serde_json = "1.0.117" +serde_json = "1.0.119" tokio = { version = "1.38.0", features = [ "macros", "rt-multi-thread", |
