diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-08-19 15:42:20 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-08-19 15:42:20 +0000 |
| commit | 063f1c6c2bc18a1b97ff67ccc0dca0381bbe7f93 (patch) | |
| tree | 4c9e47a9ea8e85b8f2c19e55133edd274d29062b /Cargo.toml | |
| parent | 7da2f21b3dde5dffc3f7c9049cc8faeef7cc802a (diff) | |
crates: bump serde from 1.0.206 to 1.0.208 (#224)
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.206 to 1.0.208.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.206...v1.0.208)
---
updated-dependencies:
- dependency-name: serde
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
@@ -24,7 +24,7 @@ reqwest = { version = "0.12.5", default-features = false, features = [ "rustls-tls", "json", ] } -serde = "1.0.206" +serde = "1.0.208" serde_json = "1.0.125" tokio = { version = "1.39.3", features = [ "macros", |
