summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-06-12 16:02:47 +0000
committerseth <[email protected]>2023-06-12 14:48:38 -0400
commitd93d9f606d9e7068265cb8a0dbb4668f76afb110 (patch)
tree2922c241a06f26f4b7a87e51fcb209e3fc5628f8 /Cargo.toml
parenta4668925ada779e285eaf3d0d50db4403d79c75b (diff)
deps(crates): bump serde from 1.0.163 to 1.0.164
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.163 to 1.0.164. - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](https://github.com/serde-rs/serde/compare/v1.0.163...v1.0.164) --- 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 07e70fe..75ce99a 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.163"
+serde = "1.0.164"
serenity = "0.11.5"
tokio = { version = "1.28.2", features = ["macros", "rt-multi-thread"] }