aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.toml b/Cargo.toml
index c574f0a..fbf3163 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -19,10 +19,10 @@ rocket = "0.5"
rocket_ws = "0.1"
log = "0.4.21"
-anyhow = "1.0.82"
-tokio = { version = "1.37.0", features = ["full"] }
+anyhow = "1.0.86"
+tokio = { version = "1.38.0", features = ["full"] }
-reqwest = { version = "0.12.3", default-features = false, features = [
+reqwest = { version = "0.12.4", default-features = false, features = [
"rustls-tls",
"json",
"blocking",