diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-08-21 15:32:07 +0000 |
|---|---|---|
| committer | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2023-08-21 15:36:34 +0000 |
| commit | 45b559eb3aa834003e24a934a20901dbccc4df02 (patch) | |
| tree | d89791019e92f347916999684e0a3b097efe9030 /Cargo.toml | |
| parent | 6bca18489d6c038b8b8afcfe3f5bd2fae6600238 (diff) | |
deps(crates): bump serde from 1.0.183 to 1.0.185
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.183 to 1.0.185.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.183...v1.0.185)
---
updated-dependencies:
- dependency-name: serde
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -12,6 +12,6 @@ once_cell = "1.18.0" rand = "0.8.5" regex = "1.9.3" reqwest = { version = "0.11.18", default-features = false, features = ["rustls-tls", "json"] } -serde = "1.0.183" +serde = "1.0.185" serenity = "0.11.6" tokio = { version = "1.31.0", features = ["macros", "rt-multi-thread"] } |
