diff --git a/core/test_network/Cargo.toml b/core/test_network/Cargo.toml index 0d274ed6724..91876abaeb8 100644 --- a/core/test_network/Cargo.toml +++ b/core/test_network/Cargo.toml @@ -24,7 +24,7 @@ once_cell = "1.8.0" rand = "0.8" tempfile = "3" tokio = { version = "1.6.0", features = ["rt", "rt-multi-thread", "macros"]} -unique_port = { version = "0.2.1", git = "https://github.com/ales-tsurko/iroha2-unique_port", rev = "09e95bb3608626c995b8e7e51c64ba7486c88948" } +unique_port = "0.2.1" [dev-dependencies] async-trait = "0.1"