diff options
author | metamuffin <metamuffin@disroot.org> | 2025-04-13 14:38:00 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2025-04-13 14:38:00 +0200 |
commit | 821af51985ace4dc0efb7f7c3ff86c7f8730c9ea (patch) | |
tree | a77d38a791b7e2ae94ee93ecef7c6c413956d18a /Cargo.toml | |
parent | 12f974fc95c9c166423c40381d698286cc6dff39 (diff) | |
download | gpn-tron-rust-821af51985ace4dc0efb7f7c3ff86c7f8730c9ea.tar gpn-tron-rust-821af51985ace4dc0efb7f7c3ff86c7f8730c9ea.tar.bz2 gpn-tron-rust-821af51985ace4dc0efb7f7c3ff86c7f8730c9ea.tar.zst |
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 24 |
1 files changed, 12 insertions, 12 deletions
@@ -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" |