Skip to content

Commit 3291266

Browse files
refactor(all): Remove unused code and update dependencies in multiple modules
1 parent cfa14dd commit 3291266

File tree

24 files changed

+1350
-1156
lines changed

24 files changed

+1350
-1156
lines changed

Cargo.lock

Lines changed: 721 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,9 @@ sea-orm = { version = "0.12", features = ["sqlx-postgres", "runtime-tokio-native
5757
rdkafka = { version = "0.36", features = ["cmake-build", "ssl"] }
5858
lapin = "2.3"
5959

60-
# Serialization and data formats
60+
61+
# Drive, Serialization and data formats
62+
minio = "0.1.0"
6163
serde = { version = "1.0", features = ["derive"] }
6264
serde_json = "1.0"
6365
protobuf = "3.3"
@@ -71,7 +73,9 @@ opus = "0.3"
7173
image = "0.24"
7274

7375
# Authentication and security
76+
zitadel = {version = "5.5.1", features = ["api-common", "api-auth-v1", "zitadel-auth-v1", "credentials", "interceptors"]}
7477
jsonwebtoken = "9.2"
78+
7579
argon2 = "0.5"
7680
ring = "0.17"
7781
reqwest = { version = "0.11", features = ["json", "stream"] }
@@ -95,6 +99,7 @@ fake = { version = "2.9", features = ["derive"] }
9599
rstest = "0.18"
96100

97101
# Utilities
102+
actix-web = "4.0.1"
98103
uuid = { version = "1.6", features = ["serde", "v4"] }
99104
chrono = { version = "0.4", features = ["serde"] }
100105
thiserror = "1.0"

0 commit comments

Comments
 (0)