summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-07-03 23:34:31 +0000
committergithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2023-07-03 23:39:01 +0000
commit20f334a1443fe94cdd61750a9195783701c51b31 (patch)
tree4d9884f48dafca79d7af2a7400b37217d9275d7d /Cargo.toml
parentcc098bfd27a98e09e973f0d53ab90b5770bdc839 (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.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 75ce99a..87bf01e 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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"] }