chore: Move serde_json
to be shared dependencie
Signed-off-by: Awiteb <a@4rs.nl>
This commit is contained in:
parent
7a81ccc0c5
commit
9f3fd659d2
2 changed files with 3 additions and 2 deletions
|
@ -22,8 +22,9 @@ thiserror = "1.0.61"
|
||||||
log = "0.4.21"
|
log = "0.4.21"
|
||||||
logcall = "0.1.9"
|
logcall = "0.1.9"
|
||||||
chrono = "0.4.38"
|
chrono = "0.4.38"
|
||||||
|
serde_json = "1.0.117"
|
||||||
sea-orm = { version = "0.12.15", features = ["with-chrono", "macros"] }
|
sea-orm = { version = "0.12.15", features = ["with-chrono", "macros"] }
|
||||||
salvo_core = { version = "0.68.3", default-features = false, features = ["rustls"] }
|
salvo_core = { version = "0.68.3", default-features = false }
|
||||||
salvo-oapi = { version = "0.68.3", default-features = false, features = ["rapidoc","redoc","scalar","swagger-ui"] }
|
salvo-oapi = { version = "0.68.3", default-features = false, features = ["rapidoc","redoc","scalar","swagger-ui"] }
|
||||||
|
|
||||||
[profile.release]
|
[profile.release]
|
||||||
|
|
|
@ -21,12 +21,12 @@ sea-orm = { workspace = true }
|
||||||
serde = { workspace = true }
|
serde = { workspace = true }
|
||||||
thiserror = { workspace = true }
|
thiserror = { workspace = true }
|
||||||
chrono = { workspace = true }
|
chrono = { workspace = true }
|
||||||
|
serde_json = { workspace = true }
|
||||||
salvo = { version = "0.68.2", features = ["rustls", "affix", "logging", "oapi", "rate-limiter", "websocket"] }
|
salvo = { version = "0.68.2", features = ["rustls", "affix", "logging", "oapi", "rate-limiter", "websocket"] }
|
||||||
tokio = { version = "1.38.0", features = ["macros", "rt-multi-thread"] }
|
tokio = { version = "1.38.0", features = ["macros", "rt-multi-thread"] }
|
||||||
uuid = { version = "1.9.1", default-features = false, features = ["v4"] }
|
uuid = { version = "1.9.1", default-features = false, features = ["v4"] }
|
||||||
derive-new = "0.6.0"
|
derive-new = "0.6.0"
|
||||||
pretty_env_logger = "0.5.0"
|
pretty_env_logger = "0.5.0"
|
||||||
serde_json = "1.0.117"
|
|
||||||
once_cell = "1.19.0"
|
once_cell = "1.19.0"
|
||||||
futures = "0.3.30"
|
futures = "0.3.30"
|
||||||
rayon = "1.10.0"
|
rayon = "1.10.0"
|
||||||
|
|
Loading…
Reference in a new issue