summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-10-30 16:06:38 +0000
committergithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2023-10-30 16:09:26 +0000
commitc8a0d6014ffe5a8ea246c517278a7cc0ce4ac885 (patch)
tree1eb72f6a5451bf18be2971178810322769c9acd0 /Cargo.toml
parentd934a84fc1f862ec0a8d59c25050b17b882fbb8b (diff)
deps(crates): bump serde from 1.0.189 to 1.0.190
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.189 to 1.0.190. - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](https://github.com/serde-rs/serde/compare/v1.0.189...v1.0.190) --- 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 6558dcd..905ab73 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -11,6 +11,6 @@ include_dir = "0.7.3"
once_cell = "1.18.0"
rand = "0.8.5"
reqwest = { version = "0.11.22", default-features = false, features = ["rustls-tls", "json"] }
-serde = "1.0.189"
+serde = "1.0.190"
serenity = "0.11.7"
tokio = { version = "1.33.0", features = ["macros", "rt-multi-thread"] }