fix(deps): update tonic monorepo to 0.13.0
Some checks failed
renovate/artifacts Artifact file update failure
Some checks failed
renovate/artifacts Artifact file update failure
This commit is contained in:
parent
b7cc1b32c0
commit
5ae2291a9c
@ -12,7 +12,7 @@ clap.workspace = true
|
|||||||
dotenv.workspace = true
|
dotenv.workspace = true
|
||||||
axum.workspace = true
|
axum.workspace = true
|
||||||
prost = "0.13.2"
|
prost = "0.13.2"
|
||||||
tonic = { version = "0.12.2", features = ["tls", "tls-native-roots"] }
|
tonic = { version = "0.13.0", features = ["tls", "tls-native-roots"] }
|
||||||
uuid = { version = "1.7.0", features = ["v7", "v4"] }
|
uuid = { version = "1.7.0", features = ["v7", "v4"] }
|
||||||
async-trait = "0.1.77"
|
async-trait = "0.1.77"
|
||||||
aws-config = { version = "1.5.5", features = ["behavior-version-latest"] }
|
aws-config = { version = "1.5.5", features = ["behavior-version-latest"] }
|
||||||
@ -35,7 +35,7 @@ git2 = "0.20.0"
|
|||||||
rustls = { version = "0.23.12" }
|
rustls = { version = "0.23.12" }
|
||||||
|
|
||||||
[build-dependencies]
|
[build-dependencies]
|
||||||
tonic-build = "0.12.0"
|
tonic-build = "0.13.0"
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
lazy_static = "1.4.0"
|
lazy_static = "1.4.0"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user