Skip to content

Commit

Permalink
Merge pull request #593 from andrey-yantsen/dependabot/cargo/testcont…
Browse files Browse the repository at this point in the history
…ainers-tw-0.15

chore(deps): update testcontainers requirement from ^0.14 to ^0.15
  • Loading branch information
mergify[bot] committed Oct 23, 2023
2 parents e2bd4e5 + fb4ed3a commit dadb036
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion crates/xtask/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ walkdir = "^2"
semver = "^1.0.16"
ureq = "^2.6.0"
regex = "^1.7"
testcontainers = "^0.14"
testcontainers = "^0.15"
pathdiff = "^0.2.1"
sys-info = "^0.9"

Expand Down
2 changes: 1 addition & 1 deletion crates/xtask/src/modify_data.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use crate::{
utils::copy_tree,
};
use std::{fs::remove_dir_all, io::Write};
use testcontainers::{clients, core::WaitFor, images::generic::GenericImage, RunnableImage};
use testcontainers::{clients, core::WaitFor, GenericImage, RunnableImage};
use xshell::{cmd, Shell};

impl flags::ModifyData {
Expand Down
2 changes: 1 addition & 1 deletion crates/xtask/src/test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ use plex_api::{
HttpClientBuilder, MyPlex, MyPlexBuilder, Server,
};
use std::{io::Write, time::Duration};
use testcontainers::{clients, core::WaitFor, images::generic::GenericImage, RunnableImage};
use testcontainers::{clients, core::WaitFor, GenericImage, RunnableImage};
use tokio::{runtime::Runtime, time::sleep};
use xshell::{cmd, Shell};

Expand Down

0 comments on commit dadb036

Please sign in to comment.