Skip to content

Commit

Permalink
Used fixed version in non-published crates
Browse files Browse the repository at this point in the history
  • Loading branch information
kplattret committed Feb 27, 2024
1 parent f2309c5 commit cfb71f1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions shared_proto/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ publish = false

[dependencies]
prost = "0.12"
tonic = ">=0.10,<0.12"
tonic = "0.11"

[build-dependencies]
tonic-build = ">=0.10,<0.12"
tonic-build = "0.11"
4 changes: 2 additions & 2 deletions tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ hyper = "0.14"
openssl = "0.10"
tokio = { version = "1", features = ["full"] }
tokio-stream = { version = "0.1", features = ["net"] }
tonic = { version = ">=0.10,<0.12", features = ["tls"] }
tonic = { version = "0.11", features = ["tls"] }
tower-layer = "0.3"
tower-service = "0.3"
tracing = { version = "0.1", features = ["attributes", "log"] }
Expand All @@ -22,4 +22,4 @@ tracing = { version = "0.1", features = ["attributes", "log"] }
anyhow = "1"
async-trait = "0.1"
shared-proto = { path = "../shared_proto" }
tonic-health = ">=0.10,<0.12"
tonic-health = "0.11"

0 comments on commit cfb71f1

Please sign in to comment.