Skip to content

Commit

Permalink
Merge pull request #9 from pinkforest/dependabot/cargo/httpmock-0.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Dec 16, 2021
2 parents 3eb53cb + 59e8ef0 commit 8e1cc66
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ nightly = []
tokio = { version = "1.5.0", features = ["full"] }
rstest = "0.12.0"
rstest_reuse = "0.1.3"
httpmock = "0.5.8"
httpmock = "0.6.4"
# loom = "0.5.0" in future for concurrency testing
doc-comment = "0.3.3"
proptest = "1.0.0"
Expand Down
1 change: 0 additions & 1 deletion src/mocks/http_server.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
//! HTTP Server Mock provides httpmock MockServer instance for development testing
use httpmock::MockServer;
use httpmock::Method::GET;
use httpmock::MockRef;
use tokio::io::{self, AsyncReadExt};
use tokio::fs::File;
use std::path::Path;
Expand Down

0 comments on commit 8e1cc66

Please sign in to comment.