Skip to content

Commit

Permalink
chore: upgrade tonic and prost (#233)
Browse files Browse the repository at this point in the history
  • Loading branch information
thynson authored Jul 10, 2024
1 parent 40bef73 commit 4b7f21b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,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 @@ -62,11 +62,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 @@ -77,7 +77,7 @@ dotenvy = "0.15"

[dev-dependencies]
tracing-subscriber = { version = "0.3", features = ["default"] }
tonic-build = "0.10"
tonic-build = "0.12"
mockall = { version = "0.11" }


Expand Down
1 change: 1 addition & 0 deletions src/_.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// This file is @generated by prost-build.
#[allow(clippy::derive_partial_eq_without_eq)]
#[derive(Clone, PartialEq, ::prost::Message)]
pub struct Metadata {
Expand Down

0 comments on commit 4b7f21b

Please sign in to comment.