summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-10-16 15:05:56 +0000
committergithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2023-10-16 15:08:48 +0000
commitc96c92ef4b7984996f717d63f5524b07f7cd55e9 (patch)
treed81510ee698846a7a06e65d1e236b131e75ec49d /Cargo.toml
parent33c8693707b406a73a2917b6b11bda43f9ed2440 (diff)
deps(crates): bump serde from 1.0.188 to 1.0.189
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.188 to 1.0.189. - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](https://github.com/serde-rs/serde/compare/v1.0.188...v1.0.189) --- 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 373e25d..011dd46 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.188"
+serde = "1.0.189"
serenity = "0.11.6"
tokio = { version = "1.33.0", features = ["macros", "rt-multi-thread"] }