refactor: enhance handler traits to support dynamic sizing and improve cancellation handling
This commit is contained in:
3
Cargo.lock
generated
3
Cargo.lock
generated
@@ -2589,6 +2589,7 @@ dependencies = [
|
||||
"tokio",
|
||||
"tokio-stream",
|
||||
"tokio-test",
|
||||
"tokio-util",
|
||||
"toml",
|
||||
"tonic",
|
||||
"tracing",
|
||||
@@ -2613,6 +2614,7 @@ dependencies = [
|
||||
name = "nxmesh-master"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"argon2",
|
||||
"async-stream",
|
||||
"async-trait",
|
||||
@@ -2641,6 +2643,7 @@ dependencies = [
|
||||
"thiserror",
|
||||
"time",
|
||||
"tokio",
|
||||
"tokio-stream",
|
||||
"tokio-test",
|
||||
"toml",
|
||||
"tonic",
|
||||
|
||||
Reference in New Issue
Block a user