diff --git a/Cargo.toml b/Cargo.toml index 358c4ad..e5079aa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -50,8 +50,8 @@ thiserror = "1.0" tokio = { version = "1", features = ["full"] } futures = "0.3" -prost = "0.12" -prost-types = "0.12" +prost = "0.13" +prost-types = "0.13" serde = { version = "1", features = ["derive"] } serde_json = "1" lazy_static = "1.4" @@ -61,11 +61,11 @@ local_ipaddress = "0.1.3" rand = "0.8.5" # now only for feature="auth-by-http" -reqwest = { version = "0.11", default-features = false, features = [], optional = true } +reqwest = { version = "0.12", default-features = false, features = [], optional = true } async-trait = "0.1" async-stream = "0.3.5" -tonic = "0.10" +tonic = "0.12" tower = { version = "0.4.13", features = ["filter", "log"] } futures-util = "0.3.28" want = "0.3.0" @@ -79,7 +79,7 @@ tracing-subscriber = { version = "0.3", features = ["default"] } mockall = { version = "0.11" } [build-dependencies] -tonic-build = "0.10" +tonic-build = "0.12" [[example]]