diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-07-01 15:32:58 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-07-01 15:32:58 +0000 |
| commit | ef03997f7c7be9c44a01c6d4ac5ad8c592f9952d (patch) | |
| tree | da1dd1ccddec18b1fec9ffe54572a21a0a2c4b1d | |
| parent | 7b65e398dc6dc411dd45c93eee4a9f1bcdbeb12f (diff) | |
crates: bump serde_json from 1.0.117 to 1.0.119 (#205)
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.117 to 1.0.119.
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](https://github.com/serde-rs/json/compare/v1.0.117...v1.0.119)
---
updated-dependencies:
- dependency-name: serde_json
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
| -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", |
