Skip to content

Commit

Permalink
fix(deps): disable watchdog feature on testcontainers
Browse files Browse the repository at this point in the history
It was not used, and made tests fail under Windows.
  • Loading branch information
spotlightishere committed Jul 23, 2024
1 parent f59a45b commit a98ad71
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 18 deletions.
17 changes: 0 additions & 17 deletions 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ sqlx = { version = "0.7.4", features = [
"chrono",
] }
tempfile = "3.10.1"
testcontainers = { version = "0.20.1", features = ["watchdog"] }
testcontainers = { version = "0.20.1" }
tracing = "0.1.40"
tracing-subscriber = "0.3.18"
tokio = "1.37.0"
Expand Down

0 comments on commit a98ad71

Please sign in to comment.