aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorNathan Perry <np@nathanperry.dev>2024-08-06 21:11:16 -0400
committerNathan Perry <np@nathanperry.dev>2024-08-06 21:18:31 -0400
commit96c197bde0f83d8b99ec66238856c76b41bfd5e1 (patch)
tree61f079dbd8a2e5a6d715ab2873a4a8ff7aff6bd7 /Cargo.lock
parent0cc56bc18db7bb0818fbbbc1c8db670dd039c718 (diff)
fix long memers
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock3
1 files changed, 1 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 2efc835..62136b0 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -3008,7 +3008,7 @@ dependencies = [
[[package]]
name = "thulani"
-version = "0.3.0"
+version = "0.3.1"
dependencies = [
"anyhow",
"chrono",
@@ -3018,7 +3018,6 @@ dependencies = [
"diesel-async",
"diesel_async_migrations",
"dotenv",
- "either",
"envconfig",
"envconfig_derive",
"fern",