tests(server): UserAgent bootstrap token auth flow test
This commit is contained in:
@@ -14,7 +14,7 @@ tonic = { version = "0.14.3", features = ["deflate", "gzip", "tls-connect-info",
|
||||
tracing = "0.1.44"
|
||||
tokio = { version = "1.49.0", features = ["full"] }
|
||||
ed25519 = "3.0.0-rc.4"
|
||||
ed25519-dalek = "3.0.0-pre.6"
|
||||
ed25519-dalek = { version = "3.0.0-pre.6", features = ["rand_core"] }
|
||||
chrono = { version = "0.4.43", features = ["serde"] }
|
||||
rand = "0.10.0"
|
||||
uuid = "1.20.0"
|
||||
@@ -26,4 +26,4 @@ async-trait = "0.1.89"
|
||||
futures = "0.3.31"
|
||||
tokio-stream = { version = "0.1.18", features = ["full"] }
|
||||
kameo = "0.19.2"
|
||||
prost-types = { version = "0.14.3", features = ["chrono"] }
|
||||
prost-types = { version = "0.14.3", features = ["chrono"] }
|
||||
|
||||
Reference in New Issue
Block a user