Skip to content

Commit 7dc4130

Browse files
committed
chore: upgrade tokio and tower deps
Signed-off-by: Shane Utt <[email protected]>
1 parent 01ca4ba commit 7dc4130

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

gateway-api/Cargo.toml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -14,18 +14,18 @@ edition = "2021"
1414
kube = { version = "0.96.0", default-features = false, features = ["derive"] }
1515
k8s-openapi = { version = "0.23.0", features = [ "schemars" ] }
1616
schemars = "0.8.21"
17-
serde = { version = "1.0.203", features = ["derive"] }
18-
serde_json = "1.0.118"
17+
serde = { version = "1.0.210", features = ["derive"] }
18+
serde_json = "1.0.129"
1919
serde_yaml = "0.9.34"
2020
regex = { package = "regex-lite", version = "0.1.6" }
21-
delegate = "0.13.0"
22-
once_cell = "1.19.0"
21+
delegate = "0.13.1"
22+
once_cell = "1.20.2"
2323

2424
[dev-dependencies]
25-
anyhow = "1.0.86"
26-
hyper = "0.14.29"
25+
anyhow = "1.0.89"
26+
hyper = "0.14.31"
2727
kube = { version = "0.96.0" }
2828
k8s-openapi = { version = "0.23.0" , features = ["v1_31", "schemars"] }
29-
tokio = { version = "1.38.0", features = ["macros"] }
30-
tower = "0.4.13"
31-
uuid = { version = "1.9.1", features = ["v4", "fast-rng"] }
29+
tokio = { version = "1.40.0", features = ["macros"] }
30+
tower = "0.5.1"
31+
uuid = { version = "1.11.0", features = ["v4", "fast-rng"] }

0 commit comments

Comments
 (0)