aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml24
1 files changed, 12 insertions, 12 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 6ca7201..92a0b7e 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -4,17 +4,17 @@ version = "0.1.0"
edition = "2021"
[dependencies]
-tokio = { version = "1.38.0", features = ["full"] }
-axum = { version = "0.7.5", features = ["ws"] }
-futures = "0.3.30"
-env_logger = { version = "0.11.3", features = ["unstable-kv"] }
-log = { version = "0.4.21", features = ["kv"] }
-anyhow = "1.0.86"
-toml = "0.8.14"
-serde = { version = "1.0.203", features = ["derive"] }
-glam = "0.27.0"
-serde_json = "1.0.117"
+tokio = { version = "1.44.2", features = ["full"] }
+axum = { version = "0.8.3", features = ["ws"] }
+futures = "0.3.31"
+env_logger = { version = "0.11.8", features = ["unstable-kv"] }
+log = { version = "0.4.27", features = ["kv"] }
+anyhow = "1.0.97"
+toml = "0.8.20"
+serde = { version = "1.0.219", features = ["derive"] }
+glam = "0.30.2"
+serde_json = "1.0.140"
headers = "0.4.0"
mime = "0.3.17"
-rand = "0.9.0-alpha.1"
-redb = "2.1.0"
+rand = "0.9.0"
+redb = "2.4.0"