aboutsummaryrefslogtreecommitdiff
path: root/crates/whirl_server/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'crates/whirl_server/Cargo.toml')
-rw-r--r--crates/whirl_server/Cargo.toml12
1 files changed, 6 insertions, 6 deletions
diff --git a/crates/whirl_server/Cargo.toml b/crates/whirl_server/Cargo.toml
index 0a8c2cf..1ea2798 100644
--- a/crates/whirl_server/Cargo.toml
+++ b/crates/whirl_server/Cargo.toml
@@ -17,7 +17,7 @@ publish = false
log = "0.4.14"
# Utility
-async-trait = "0.1.51"
+async-trait = "0.1.52"
num-traits = "0.2.14"
num-derive = "0.3.3"
@@ -26,13 +26,13 @@ bytes = "1.1.0"
byteorder = "1.4.3"
# Serialization
-serde = "1.0.130"
-serde_derive = "1.0.130"
+serde = "1.0.133"
+serde_derive = "1.0.133"
# TCP
-tokio = { version = "1.12.0", features = ["full"] }
-tokio-util = { version = "0.6.8", features = ["codec"] }
-tokio-stream = "0.1.7"
+tokio = { version = "1.13.0", features = ["full"] }
+tokio-util = { version = "0.6.9", features = ["codec"] }
+tokio-stream = "0.1.8"
# Config
whirl_config = { path = "../whirl_config" }