From 6f94a825485b1d622d8ebe88ddf3e2f426d1c69c Mon Sep 17 00:00:00 2001 From: FxQnLr Date: Wed, 29 Nov 2023 15:48:26 +0100 Subject: update to axum 0.7 and cargo update --- Cargo.toml | 31 ++++++++++++++++--------------- 1 file changed, 16 insertions(+), 15 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 3207453..f58f3ad 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,22 +1,23 @@ [package] name = "webol" -version = "0.3.0" +version = "0.3.1" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -axum = { version = "0.6.20", features = ["headers", "ws"] } -tokio = { version = "1.33.0", features = ["macros", "rt-multi-thread"] } -tracing = "0.1.40" -tracing-subscriber = { version = "0.3.17", features = ["env-filter", "local-time", "time"] } -time = { version = "0.3.30", features = ["macros"] } -serde = { version = "1.0.190", features = ["derive"] } -serde_json = "1.0.107" -config = "0.13.3" -once_cell = "1.18.0" -sqlx = { version = "0.7.2", features = ["postgres", "runtime-tokio"]} -surge-ping = "0.8.0" -axum-macros = "0.3.8" -uuid = { version = "1.5.0", features = ["v4", "fast-rng"] } -dashmap = "5.5.3" +axum = { version = "0.7", features = ["ws"] } +tokio = { version = "1.34", features = ["macros", "rt-multi-thread"] } +tracing = "0.1" +tracing-subscriber = { version = "0.3", features = ["env-filter", "local-time", "time"] } +time = { version = "0.3", features = ["macros"] } +serde = { version = "1.0", features = ["derive"] } +serde_json = "1.0" +config = "0.13" +once_cell = "1.18" +sqlx = { version = "0.7", features = ["postgres", "runtime-tokio"]} +surge-ping = "0.8" +axum-macros = "0.4" +uuid = { version = "1.6", features = ["v4", "fast-rng"] } +dashmap = "5.5" +color-eyre = "0.6" -- cgit v1.2.3