mirror of
https://github.com/TECHNOFAB11/jwt-authorizer.git
synced 2025-12-12 08:00:07 +01:00
chore: deps update
This commit is contained in:
parent
5098e34b96
commit
0738ec13ea
3 changed files with 398 additions and 413 deletions
|
|
@ -28,13 +28,13 @@ tower-layer = "0.3"
|
|||
tower-service = "0.3"
|
||||
tracing = "0.1"
|
||||
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
|
||||
tonic = { version = "0.9.2", optional = true }
|
||||
time = { version = "0.3.22", optional = true }
|
||||
tonic = { version = "0.9", optional = true }
|
||||
time = { version = "0.3", optional = true }
|
||||
|
||||
[dev-dependencies]
|
||||
hyper = { version = "0.14", features = ["full"] }
|
||||
lazy_static = "1.4.0"
|
||||
prost = "0.11.9"
|
||||
prost = "0.11"
|
||||
tower = { version = "0.4", features = ["util", "buffer"] }
|
||||
wiremock = "0.5"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue