diff --git a/backend/Cargo.lock b/backend/Cargo.lock index 0b6c222..035c424 100644 --- a/backend/Cargo.lock +++ b/backend/Cargo.lock @@ -427,7 +427,6 @@ dependencies = [ "anyhow", "async-trait", "common", - "log", "openidconnect", "sentry", "serde", @@ -1753,7 +1752,6 @@ dependencies = [ "auth", "common", "futures", - "log", "sentry", "serde", "sqlx", @@ -2409,7 +2407,6 @@ dependencies = [ "auth", "chrono", "common", - "log", "sentry", "serde", "sqlx", diff --git a/backend/feature/auth/Cargo.toml b/backend/feature/auth/Cargo.toml index 248b4ff..a7ab651 100644 --- a/backend/feature/auth/Cargo.toml +++ b/backend/feature/auth/Cargo.toml @@ -8,7 +8,6 @@ actix-session.workspace = true actix-web.workspace = true anyhow.workspace = true async-trait.workspace = true -log.workspace = true openidconnect.workspace = true sentry.workspace = true serde.workspace = true diff --git a/backend/feature/image/Cargo.toml b/backend/feature/image/Cargo.toml index 1ec81b9..64ba461 100644 --- a/backend/feature/image/Cargo.toml +++ b/backend/feature/image/Cargo.toml @@ -9,7 +9,6 @@ actix-web.workspace = true anyhow.workspace = true async-trait.workspace = true futures.workspace = true -log.workspace = true sentry.workspace = true serde.workspace = true sqlx.workspace = true diff --git a/backend/feature/post/Cargo.toml b/backend/feature/post/Cargo.toml index 2903619..afd48c7 100644 --- a/backend/feature/post/Cargo.toml +++ b/backend/feature/post/Cargo.toml @@ -8,7 +8,6 @@ actix-web.workspace = true anyhow.workspace = true async-trait.workspace = true chrono.workspace = true -log.workspace = true sentry.workspace = true serde.workspace = true sqlx.workspace = true