Update sea-orm dependencies to use workspace configuration; add dead code annotations in service error handling and settings service
This commit is contained in:
@@ -17,4 +17,4 @@ tracing = { version = "0.1.41", features = ["std", "attributes"] }
|
||||
tracing-subscriber = { version = "0.3.20", features = ["smallvec", "fmt", "ansi", "tracing-log", "std", "chrono", "json", "serde", "serde_json", "time", "tracing"] }
|
||||
serde_json = { version = "1.0.145", features = ["std"] }
|
||||
serde = { version = "1.0.228", features = ["std", "derive"] }
|
||||
sea-orm = { version = "2.0.0-rc" }
|
||||
sea-orm = { workspace = true }
|
||||
|
||||
Reference in New Issue
Block a user