Skip to content

Commit

Permalink
chore: upgrade tonic and prost
Browse files Browse the repository at this point in the history
  • Loading branch information
thynson committed Jul 9, 2024
1 parent 119b92f commit 24920c1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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"
Expand All @@ -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]]
Expand Down

0 comments on commit 24920c1

Please sign in to comment.