summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2023-04-23 02:29:35 +0000
committerseth <[email protected]>2023-04-22 23:09:16 -0400
commita5da6321820ca31001b5b182df088390e35b2a90 (patch)
treeb6eed36f24aa1967bdb011d35e1f8caf60281b8b /Cargo.toml
parent7a7d17469681f5f5cd6d2ba895513403d7d4e319 (diff)
fix(deps): update rust crate serde to 1.0.160
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 bb62414..9c27359 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -10,6 +10,6 @@ bottomify = "1.2.0"
include_dir = "0.7.3"
rand = "0.8.5"
reqwest = { version = "0.11.16", default-features = false, features = ["rustls-tls", "json"] }
-serde = "1.0.159"
+serde = "1.0.160"
serenity = "0.11.5"
tokio = { version = "1.27.0", features = ["macros", "rt-multi-thread"] }