summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-08-28 15:15:47 +0000
committergithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2023-08-30 14:57:41 +0000
commit3d9986a54186d647f50f927f319e1ed824fbd9e0 (patch)
tree13a8854c897f7e36cc6f674aa44d37bfa0d27f86 /Cargo.toml
parentc1c00edd12eac3f39a29aee8d636d02fd6a4207c (diff)
deps(crates): bump serde from 1.0.185 to 1.0.188
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.185 to 1.0.188. - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](https://github.com/serde-rs/serde/compare/v1.0.185...v1.0.188) --- 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 1f49186..b56fc70 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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.185"
+serde = "1.0.188"
serenity = "0.11.6"
tokio = { version = "1.32.0", features = ["macros", "rt-multi-thread"] }