summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-07-31 15:47:35 +0000
committergithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2023-08-01 16:35:33 +0000
commit65210907fb16064aacbf755a215f90193cdd4f86 (patch)
tree9e55c794cd51d2ab66011f3982ba30585bc0e80a /Cargo.toml
parent66948b050cdad7eb1bd1c42a1959b73985441daf (diff)
deps(crates): bump serde from 1.0.175 to 1.0.179
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.175 to 1.0.179. - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](https://github.com/serde-rs/serde/compare/v1.0.175...v1.0.179) --- 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.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 3a95ebd..a1574fe 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -12,6 +12,6 @@ once_cell = "1.18.0"
rand = "0.8.5"
regex = "1.9.1"
reqwest = { version = "0.11.18", default-features = false, features = ["rustls-tls", "json"] }
-serde = "1.0.175"
+serde = "1.0.179"
serenity = "0.11.6"
tokio = { version = "1.29.1", features = ["macros", "rt-multi-thread"] }