diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-05-13 16:03:24 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-05-13 16:03:24 +0000 |
| commit | a39d1959381dc7204c2af0550c7305ea1835dc8c (patch) | |
| tree | 0b46b955e8a6f6d7b2100a43b34d0beee89730d4 /Cargo.toml | |
| parent | 064897a7d9bba7d58b6a62d7bf583889443614ef (diff) | |
crates: bump serde from 1.0.200 to 1.0.201 (#184)
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.200 to 1.0.201.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.200...v1.0.201)
---
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
@@ -27,7 +27,7 @@ reqwest = { version = "0.12.4", default-features = false, features = [ "rustls-tls", "json", ] } -serde = "1.0.200" +serde = "1.0.201" serde_json = "1.0.116" tokio = { version = "1.37.0", features = [ "macros", |
