feat: add futures dependency to Cargo.lock

This commit is contained in:
2026-05-10 02:53:02 +02:00
parent e8b1685c9e
commit 661b54d645

1
Cargo.lock generated
View File

@@ -1352,6 +1352,7 @@ dependencies = [
"async-trait",
"chrono",
"email_address",
"futures",
"thiserror 2.0.18",
"uuid",
]