Skip to content

Commit

Permalink
Update Rust crate testcontainers to 0.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 1, 2024
1 parent 963dab4 commit 034bac3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion crates/azure/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ tracing = { version = "0.1.40", optional = true }

[dev-dependencies]
bollard = "0.16.1"
testcontainers = "0.16.7"
testcontainers = "0.17.0"
tokio = { version = "1.37.0", features = ["macros", "rt"] }
tracing = "0.1.40"
tracing-subscriber = "0.3.18"
Expand Down
2 changes: 1 addition & 1 deletion crates/gridfs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ tracing = { version = "0.1.40", optional = true }

[dev-dependencies]
bollard = "0.16.1"
testcontainers = "0.16.7"
testcontainers = "0.17.0"
tokio = { version = "1.37.0", features = ["rt", "macros"] }
tracing = "0.1.40"
tracing-subscriber = "0.3.18"
Expand Down

0 comments on commit 034bac3

Please sign in to comment.