diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-07-10 16:01:46 +0000 |
|---|---|---|
| committer | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2023-07-10 16:15:17 +0000 |
| commit | c5c2b3806f975bbcf5c91ce3130c3b6e69133b84 (patch) | |
| tree | 634428610f2e6b49e8e0c10b171bb70e32ec1305 /Cargo.toml | |
| parent | 7b56cb91184127f02125ddf27ce847eb0bb706c7 (diff) | |
deps(crates): bump serde from 1.0.166 to 1.0.171
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.166 to 1.0.171.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.166...v1.0.171)
---
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.8.4" reqwest = { version = "0.11.18", default-features = false, features = ["rustls-tls", "json"] } -serde = "1.0.166" +serde = "1.0.171" serenity = "0.11.6" tokio = { version = "1.29.1", features = ["macros", "rt-multi-thread"] } |
