aboutsummaryrefslogtreecommitdiff
path: root/crates/whirl_api/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'crates/whirl_api/Cargo.toml')
-rw-r--r--crates/whirl_api/Cargo.toml10
1 files changed, 5 insertions, 5 deletions
diff --git a/crates/whirl_api/Cargo.toml b/crates/whirl_api/Cargo.toml
index 9467d72..6373f1b 100644
--- a/crates/whirl_api/Cargo.toml
+++ b/crates/whirl_api/Cargo.toml
@@ -17,18 +17,18 @@ publish = false
actix-web = { version = "3.3.2", features = ["rustls"] }
actix-cors = "0.5.4"
axum = "0.1.3"
-hyper = "0.14.11"
+hyper = "0.14.12"
# Utility
-sysinfo = "0.20.0"
+sysinfo = "0.20.2"
whirl_common = { path = "../whirl_common" }
-tokio = { version = "1.10.0", features = ["full"] }
+tokio = { version = "1.11.0", features = ["full"] }
num-traits = "0.2.14"
qstring = "0.7.2"
# Serialization
-serde = "1.0.127"
-serde_derive = "1.0.127"
+serde = "1.0.130"
+serde_derive = "1.0.130"
# Logging
log = "0.4.14"