diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-08-07 15:44:46 +0000 |
|---|---|---|
| committer | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2023-08-07 15:48:13 +0000 |
| commit | 530d326739653357eee463bc93d8ef08b68a0bad (patch) | |
| tree | 8b43b3abb0086f5f67b6d316157a1b20a54d8090 /Cargo.toml | |
| parent | 4a86de4561d836ba8aee84ef11762689b30b2889 (diff) | |
deps(crates): bump serde from 1.0.179 to 1.0.183
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.179 to 1.0.183.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.179...v1.0.183)
---
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.179" +serde = "1.0.183" serenity = "0.11.6" tokio = { version = "1.29.1", features = ["macros", "rt-multi-thread"] } |
