diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-07-03 23:34:31 +0000 |
|---|---|---|
| committer | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2023-07-03 23:39:01 +0000 |
| commit | 20f334a1443fe94cdd61750a9195783701c51b31 (patch) | |
| tree | 4d9884f48dafca79d7af2a7400b37217d9275d7d /Cargo.toml | |
| parent | cc098bfd27a98e09e973f0d53ab90b5770bdc839 (diff) | |
deps(crates): bump serde from 1.0.164 to 1.0.166
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.164 to 1.0.166.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.164...v1.0.166)
---
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 @@ lazy_static = "1.4.0" rand = "0.8.5" regex = "1.8.4" reqwest = { version = "0.11.18", default-features = false, features = ["rustls-tls", "json"] } -serde = "1.0.164" +serde = "1.0.166" serenity = "0.11.5" tokio = { version = "1.28.2", features = ["macros", "rt-multi-thread"] } |
