update
This commit is contained in:
@@ -8,8 +8,9 @@ axum = "0.7"
|
||||
tokio = { version = "1.0", features = ["full"] }
|
||||
scylla = "0.12" # Check for latest version, using a recent stable one
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
bincode = "1.3"
|
||||
serde_json = "1.0"
|
||||
tower = "0.4"
|
||||
tower-http = { version = "0.5", features = ["cors", "fs"] }
|
||||
tower-http = { version = "0.5", features = ["cors", "fs", "compression-full"] }
|
||||
tracing = "0.1"
|
||||
tracing-subscriber = "0.3"
|
||||
|
||||
Reference in New Issue
Block a user