diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-08-12 15:43:26 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-08-12 15:43:26 +0000 |
| commit | fe056196c1433652f5298f5fdbb945f091ebda1b (patch) | |
| tree | 0cb5ae929e849aadc668246ac98df3363c8542ea /Cargo.toml | |
| parent | 3716635428790e249440c7bccb066581e1a852ac (diff) | |
crates: bump serde_json from 1.0.120 to 1.0.124 (#222)
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.120 to 1.0.124.
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](https://github.com/serde-rs/json/compare/v1.0.120...v1.0.124)
---
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>
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -25,7 +25,7 @@ reqwest = { version = "0.12.5", default-features = false, features = [ "json", ] } serde = "1.0.206" -serde_json = "1.0.120" +serde_json = "1.0.124" tokio = { version = "1.38.1", features = [ "macros", "rt-multi-thread", |
