Skip to content

Commit 6f2d7c7

Browse files
committed
chore: update dependencies
Signed-off-by: Shane Utt <[email protected]>
1 parent 62c8883 commit 6f2d7c7

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

Cargo.toml

+9-9
Original file line numberDiff line numberDiff line change
@@ -11,18 +11,18 @@ repository = "https://github.com/kube-rs/gateway-api-rs"
1111
edition = "2021"
1212

1313
[dependencies]
14-
kube = { version = "^0.87.1", default-features = false, features = ["derive"] }
14+
kube = { version = "^0.87.2", default-features = false, features = ["derive"] }
1515
k8s-openapi = { version = "0.20.0", features = ["v1_28"] }
1616
schemars = "0.8.16"
17-
serde = { version = "1.0.192", features = ["derive"] }
18-
serde_json = "1.0.108"
19-
serde_yaml = "0.9.27"
17+
serde = { version = "1.0.195", features = ["derive"] }
18+
serde_json = "1.0.111"
19+
serde_yaml = "0.9.30"
2020

2121
[dev-dependencies]
22-
anyhow = "1.0.75"
23-
hyper = "0.14.27"
24-
kube = { version = "^0.87.1" }
22+
anyhow = "1.0.79"
23+
hyper = "0.14.28"
24+
kube = { version = "^0.87.2" }
2525
k8s-openapi = { version = "0.20.0" , features = ["v1_28"] }
26-
tokio = { version = "1.34.0", features = ["macros"] }
26+
tokio = { version = "1.35.1", features = ["macros"] }
2727
tower = "0.4.13"
28-
uuid = { version = "1.5.0", features = ["v4", "fast-rng"] }
28+
uuid = { version = "1.7.0", features = ["v4", "fast-rng"] }

0 commit comments

Comments
 (0)