Skip to content

Commit

Permalink
Fix spawner dependency in sweeper (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulgb committed Mar 24, 2022
1 parent 80c2fb1 commit 9edfc92
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion crates/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/sweeper/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ k8s-openapi = { version = "0.14.0", features = ["schemars", "v1_23"] }
kube = { version = "0.69.1", features = ["runtime"] }
serde = { version = "1.0.133", features = ["derive"] }
serde_json = "1.0.79"
dis-spawner = "0.1.8"
dis-spawner = {version = "0.1.9", path="../core"}
thiserror = "1.0.30"
tokio = { version = "1.17.0", features = ["macros", "rt-multi-thread", "time"] }
tracing = "0.1.30"
Expand Down

0 comments on commit 9edfc92

Please sign in to comment.