summaryrefslogtreecommitdiffhomepage
path: root/test/Cargo.lock
diff options
context:
space:
mode:
Diffstat (limited to 'test/Cargo.lock')
-rw-r--r--test/Cargo.lock11
1 files changed, 11 insertions, 0 deletions
diff --git a/test/Cargo.lock b/test/Cargo.lock
index 8873b5109b..5c4767053f 100644
--- a/test/Cargo.lock
+++ b/test/Cargo.lock
@@ -1456,6 +1456,15 @@ dependencies = [
]
[[package]]
+name = "itertools"
+version = "0.12.1"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
+dependencies = [
+ "either",
+]
+
+[[package]]
name = "itoa"
version = "1.0.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -1806,8 +1815,10 @@ version = "0.0.0"
dependencies = [
"chrono",
"ipnetwork 0.16.0",
+ "itertools 0.12.1",
"log",
"mullvad-types",
+ "once_cell",
"rand 0.8.5",
"serde_json",
"talpid-types",