diff options
| -rw-r--r-- | Cargo.lock | 12 | ||||
| -rw-r--r-- | talpid-core/Cargo.toml | 2 |
2 files changed, 1 insertions, 13 deletions
diff --git a/Cargo.lock b/Cargo.lock index 67f6c53138..cd2a877280 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -748,16 +748,6 @@ dependencies = [ [[package]] name = "env_logger" -version = "0.8.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a19187fea3ac7e84da7dacf48de0c45d63c6a76f9490dae389aead16c243fce3" -dependencies = [ - "log", - "regex", -] - -[[package]] -name = "env_logger" version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "85cdab6a89accf66733ad5a1693a4dcced6aeff64602b634530dd73c1f3ee9f0" @@ -2469,8 +2459,6 @@ version = "1.0.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "588f6378e4dd99458b60ec275b4477add41ce4fa9f64dcba6f15adccb19b50d6" dependencies = [ - "env_logger 0.8.4", - "log", "rand 0.8.5", ] diff --git a/talpid-core/Cargo.toml b/talpid-core/Cargo.toml index 509fcd6f74..f74fe7db33 100644 --- a/talpid-core/Cargo.toml +++ b/talpid-core/Cargo.toml @@ -112,6 +112,6 @@ tonic-build = { version = "0.8", default-features = false, features = ["transpor [dev-dependencies] tempfile = "3.0" -quickcheck = "1.0" +quickcheck = { version = "1.0", default-features = false } quickcheck_macros = "1.0" tokio = { version = "1", features = [ "test-util" ] } |
