summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
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 0d1c122..3ff2356 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -21,6 +21,6 @@ reqwest = { version = "0.11.22", default-features = false, features = [
"rustls-tls",
"json",
] }
-serde = "1.0.192"
+serde = "1.0.193"
tokio = { version = "1.33.0", features = ["macros", "rt-multi-thread"] }
url = { version = "2.4.1", features = ["serde"] }