diff --git a/server/Cargo.toml b/server/Cargo.toml index d44d773..74d414b 100644 --- a/server/Cargo.toml +++ b/server/Cargo.toml @@ -7,15 +7,15 @@ authors = ["Adam Doyle "] [dependencies] lib = { workspace = true } -anyhow = "1.0" -axum = { version = "0.7", features = ["ws"] } -futures = "0.3" -rand = "0.8" -serde = { version = "1.0", features = ["derive"] } -serde_json = "1.0" +anyhow = "1" +axum = { version = "0", features = ["ws"] } +futures = "0" +rand = "0" +serde = { version = "1", features = ["derive"] } +serde_json = "1" tokio = { version = "1", features = ["full"] } -tower = { version = "0.5", features = ["util"] } -tower-http = { version = "0.5", features = ["fs", "trace", "compression-full"] } -tracing = "0.1" -tracing-subscriber = { version = "0.3", features = ["env-filter"] } +tower = { version = "0", features = ["util"] } +tower-http = { version = "0", features = ["fs", "trace", "compression-full"] } +tracing = "0" +tracing-subscriber = { version = "0", features = ["env-filter"] } uuid = { version = "1", features = ["v7", "serde", "fast-rng"] }