Skip to content

Commit

Permalink
update dependencies (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
wg authored Sep 10, 2021
1 parent 2146d39 commit 9a2c8d3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@ documentation = "https://docs.rs/crate/k8s-cri"
readme = "README.md"

[dependencies]
tonic = { version = "0.4", features = ['tls'] }
prost = "0.7"
tonic = { version = "0.5", features = ['tls'] }
prost = "0.8"

[build-dependencies.tonic-build]
version = "0.4"
version = "0.5"
default-features = false
features = ["prost", "transport"]

[dev-dependencies]
tokio = { version = "1.2", features = [ "rt-multi-thread" ] }
tokio = { version = "1.11", features = [ "rt-multi-thread" ] }
tower = "0.4"

0 comments on commit 9a2c8d3

Please sign in to comment.