upgraded to tonic 0.13

This commit is contained in:
filipriec
2025-04-19 18:55:26 +02:00
parent ee687fafbe
commit f74a6ef093
11 changed files with 152 additions and 115 deletions

View File

@@ -14,8 +14,8 @@ serde = { version = "1.0.219", features = ["derive"] }
serde_json = "1.0.140"
sqlx = { version = "0.8.5", features = ["chrono", "postgres", "runtime-tokio", "runtime-tokio-native-tls", "time", "uuid"] }
tokio = { version = "1.44.2", features = ["full", "macros"] }
tonic = "0.12.3"
tonic-reflection = "0.12.3"
tonic = "0.13.0"
tonic-reflection = "0.13.0"
tracing = "0.1.41"
time = { version = "0.3.41", features = ["local-offset"] }
steel-derive = { git = "https://github.com/mattwparas/steel.git", branch = "master", package = "steel-derive" }
@@ -35,5 +35,5 @@ path = "src/lib.rs"
[dev-dependencies]
tokio = { version = "1.44", features = ["full", "test-util"] }
rstest = "0.24.0"
rstest = "0.25.0"
lazy_static = "1.5.0"