chore: deps update

This commit is contained in:
cduvray 2023-08-25 08:07:54 +02:00
parent 5098e34b96
commit 0738ec13ea
3 changed files with 398 additions and 413 deletions

View file

@ -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"