summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-11-13 15:42:18 +0000
committergithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2023-11-13 15:45:27 +0000
commit791d0dd66ca82f5b8479c6d9f8c8ac45e548fa7e (patch)
tree6344e5b00451abf0024be6fe93e5ba9dcb3ba0b8 /Cargo.toml
parentcd44f81aa111c08c539671edfe9669028642e632 (diff)
deps(crates): bump serde from 1.0.190 to 1.0.192
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.190 to 1.0.192. - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](https://github.com/serde-rs/serde/compare/v1.0.190...v1.0.192) --- 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 905ab73..c8e91a2 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.190"
+serde = "1.0.192"
serenity = "0.11.7"
tokio = { version = "1.33.0", features = ["macros", "rt-multi-thread"] }