- update: moved signal handler into utils crate to make it easier to update
- fix: windows compile issue due to exposed unix signal
This commit is contained in:
@@ -10,7 +10,7 @@ tracing = "0.1"
|
||||
rand = "0.9.0-beta.1"
|
||||
uuid = { version = "1.11.0", features = ["v4"] }
|
||||
warp = "0.3.7"
|
||||
tokio = "1.41.1"
|
||||
tokio = { version = "1.41.1", features = ["full"] }
|
||||
bincode = { version = "2.0.0-rc.3", features = ["derive", "serde"] }
|
||||
redis = "0.27.5"
|
||||
deadpool-redis = "0.18.0"
|
||||
|
||||
Reference in New Issue
Block a user