Skip to content

Commit

Permalink
chore: update API proto files and deps (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
spnngl authored Oct 31, 2022
1 parent 71e645b commit 71a33d2
Show file tree
Hide file tree
Showing 3 changed files with 506 additions and 24 deletions.
10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "k8s-cri"
version = "0.5.0"
version = "0.6.0"
license = "Apache-2.0"
authors = ["kflansburg <[email protected]>"]
categories = ["api-bindings"]
Expand All @@ -12,15 +12,15 @@ documentation = "https://docs.rs/crate/k8s-cri"
readme = "README.md"

[dependencies]
tonic = { version = "0.5", features = ['tls'] }
prost = "0.8"
tonic = { version = "0.8", features = ['tls'] }
prost = "0.11"
serde = { version = "1.0", features = ["derive"] }

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

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

0 comments on commit 71a33d2

Please sign in to comment.