Skip to content

Commit

Permalink
Bump kube-rs dependency
Browse files Browse the repository at this point in the history
Signed-off-by: Danil-Grigorev <danil.grigorev@suse.com>
  • Loading branch information
Danil-Grigorev committed May 21, 2024
1 parent f508ced commit 2c429b4
Show file tree
Hide file tree
Showing 2 changed files with 75 additions and 62 deletions.
126 changes: 70 additions & 56 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 5 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,18 @@ path = "src/lib.rs"

[features]
default = []
agent-initiated = ["default"]
telemetry = ["tonic", "opentelemetry-otlp"]

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
rand = { version = "0.8", features = ["small_rng"] }
actix-web = "4.4.0"
futures = "0.3.28"
tokio = { version = "1.32.0", features = ["macros", "rt-multi-thread"] }
k8s-openapi = { version = "0.21.1", features = ["latest"] }
k8s-openapi = { version = "0.22", features = ["latest"] }
kube = { version = "0.91", features = ["runtime", "client", "derive"]}
schemars = { version = "0.8.12", features = ["chrono"] }
serde = { version = "1.0.202", features = ["derive"] }
serde_json = "1.0.116"
Expand All @@ -45,7 +48,7 @@ opentelemetry = { version = "0.20.0", features = ["trace", "rt-tokio"] }
opentelemetry-otlp = { version = "0.16.0", features = [
"tokio",
], optional = true }
tonic = { version = "0.9", optional = true }
tonic = { version = "0.11", optional = true }
thiserror = "1.0.47"
anyhow = "1.0.75"

Expand All @@ -55,10 +58,6 @@ http = "1"
hyper = "1"
tower-test = "0.4.0"

[dependencies.kube]
features = ["runtime", "client", "derive"]
version = "0.90.0"

[[bin]]
doc = false
name = "crdgen"
Expand Down

0 comments on commit 2c429b4

Please sign in to comment.