Skip to content

Commit d1da23f

Browse files
committed
fix: upgrade dependencies
Signed-off-by: Shane Utt <[email protected]>
1 parent 7dc4130 commit d1da23f

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

gateway-api/Cargo.toml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,17 +15,18 @@ kube = { version = "0.96.0", default-features = false, features = ["derive"] }
1515
k8s-openapi = { version = "0.23.0", features = [ "schemars" ] }
1616
schemars = "0.8.21"
1717
serde = { version = "1.0.210", features = ["derive"] }
18-
serde_json = "1.0.129"
18+
serde_json = "1.0.130"
1919
serde_yaml = "0.9.34"
2020
regex = { package = "regex-lite", version = "0.1.6" }
2121
delegate = "0.13.1"
2222
once_cell = "1.20.2"
2323

2424
[dev-dependencies]
25-
anyhow = "1.0.89"
25+
anyhow = "1.0.90"
2626
hyper = "0.14.31"
27+
hyper-util = "0.1.9"
2728
kube = { version = "0.96.0" }
2829
k8s-openapi = { version = "0.23.0" , features = ["v1_31", "schemars"] }
2930
tokio = { version = "1.40.0", features = ["macros"] }
30-
tower = "0.5.1"
31+
tower = { version = "0.5.1", features = ["limit"] }
3132
uuid = { version = "1.11.0", features = ["v4", "fast-rng"] }

0 commit comments

Comments
 (0)