Skip to content

Commit 86233a7

Browse files
committed
Bump k8s-openapi and switch to crates.io version
Signed-off-by: MOZGIII <[email protected]>
1 parent 4a05afc commit 86233a7

File tree

2 files changed

+22
-25
lines changed

2 files changed

+22
-25
lines changed

Cargo.lock

Lines changed: 21 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ pulsar = { version = "1.0.0", default-features = false, features = ["tokio-runti
153153
task-compat = "0.1"
154154
cidr-utils = "0.4.2"
155155
pin-project = "0.4.22"
156-
k8s-openapi = { version = "0.8", features = ["v1_15"], optional = true }
156+
k8s-openapi = { version = "0.9", features = ["v1_15"], optional = true }
157157

158158
# For WASM
159159
vector-wasm = { path = "lib/vector-wasm", optional = true }
@@ -457,7 +457,3 @@ required-features = ["transforms-wasm", "transforms-lua"]
457457

458458
[patch.'https://github.com/tower-rs/tower']
459459
tower-layer = "0.3"
460-
461-
[patch.crates-io]
462-
# TODO: switch to crates.io after fix for https://github.com/Arnavion/k8s-openapi/issues/70 is released
463-
k8s-openapi = { git = "https://github.com/Arnavion/k8s-openapi.git", rev = "f506c01134b5280faaa1d003c7445178df7fa36e" }

0 commit comments

Comments
 (0)