aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2025-04-13 14:38:00 +0200
committermetamuffin <metamuffin@disroot.org>2025-04-13 14:38:00 +0200
commit821af51985ace4dc0efb7f7c3ff86c7f8730c9ea (patch)
treea77d38a791b7e2ae94ee93ecef7c6c413956d18a /Cargo.toml
parent12f974fc95c9c166423c40381d698286cc6dff39 (diff)
downloadgpn-tron-rust-master.tar
gpn-tron-rust-master.tar.bz2
gpn-tron-rust-master.tar.zst
update for newer rust versionsHEADmaster
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"