Skip to content

Commit

Permalink
feat: bumping k8s-sync version to enable token based auth
Browse files Browse the repository at this point in the history
  • Loading branch information
bpetit committed Oct 5, 2021
1 parent dc1db0d commit 4d85cdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ colored = "2.0.0"
chrono = "0.4.19"
docker-sync = { version = "0.1.2", optional = true }
#docker-sync = { path = "../rs-docker-sync", optional = true }
k8s-sync = { version = "0.2.1", optional = true }
k8s-sync = { version = "0.2.2", optional = true }
#k8s-sync = { path = "../rs-k8s-sync", optional = true }
hyper = { version = "0.14", features = ["full"], optional = true }
tokio = { version = "1", features = ["full"], optional = true}
Expand Down

0 comments on commit 4d85cdd

Please sign in to comment.