Skip to content

Commit

Permalink
chore: run cargo upgrade
Browse files Browse the repository at this point in the history
Signed-off-by: Shane Utt <[email protected]>
  • Loading branch information
shaneutt committed Sep 10, 2024
1 parent 57380ca commit 8422b8a
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions gateway-api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,21 +11,21 @@ repository = "https://github.com/kube-rs/gateway-api-rs"
edition = "2021"

[dependencies]
kube = { version = "^0.88.1", default-features = false, features = ["derive"] }
k8s-openapi = { version = "0.21.1" }
kube = { version = "^0.94.1", default-features = false, features = ["derive"] }
k8s-openapi = { version = "0.22.0" }
schemars = "0.8.21"
serde = { version = "1.0.203", features = ["derive"] }
serde_json = "1.0.118"
serde = { version = "1.0.210", features = ["derive"] }
serde_json = "1.0.128"
serde_yaml = "0.9.34"
regex = { package = "regex-lite", version = "0.1.6" }
delegate = "0.13.0"
once_cell = "1.19.0"

[dev-dependencies]
anyhow = "1.0.86"
hyper = "0.14.29"
kube = { version = "^0.88.1" }
k8s-openapi = { version = "0.21.1" , features = ["v1_29", "schemars"] }
tokio = { version = "1.38.0", features = ["macros"] }
tower = "0.4.13"
uuid = { version = "1.9.1", features = ["v4", "fast-rng"] }
anyhow = "1.0.87"
hyper = "1.4.1"
kube = { version = "^0.94.1" }
k8s-openapi = { version = "0.22.0" , features = ["v1_29", "schemars"] }
tokio = { version = "1.40.0", features = ["macros"] }
tower = "0.5.1"
uuid = { version = "1.10.0", features = ["v4", "fast-rng"] }

0 comments on commit 8422b8a

Please sign in to comment.