aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorRuben Beltran del Rio <git@r.bdr.sh>2025-01-03 23:17:06 +0100
committerRuben Beltran del Rio <git@r.bdr.sh>2025-01-03 23:17:06 +0100
commit1c5797fadeea6be505c01f13508203ba234cbdfa (patch)
treedd18df7a04b6c3496a2066573575b1760e550590 /Cargo.lock
parent260e8ec69b8e08b9fd105bf688e7a3a9fafecd61 (diff)
Update main and file_finder tests
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock11
1 files changed, 9 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index bafb58c..7e1370b 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1,7 +1,14 @@
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
-version = 3
+version = 4
[[package]]
name = "page"
-version = "1.3.2"
+version = "1.4.0"
+dependencies = [
+ "test_utilities",
+]
+
+[[package]]
+name = "test_utilities"
+version = "1.4.0"