2c8bfaa20e
- Updated mermaid from version 11.13.0 to 9.1.7 for compatibility. - Upgraded next from version 14.2.21 to ^14.2.35 for the latest features and fixes. - Added @types/dompurify and isomorphic-dompurify for improved sanitization. - Replaced innerHTML assignment in MermaidBlock with sanitized SVG using DOMPurify. - Updated eslint-config-next to ^16.2.4 for better linting support.
39 lines
958 B
TOML
39 lines
958 B
TOML
[package]
|
|
name = "lms-service"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
authors.workspace = true
|
|
|
|
[dependencies]
|
|
common = { path = "../../shared/common" }
|
|
axum.workspace = true
|
|
tokio.workspace = true
|
|
serde.workspace = true
|
|
serde_json.workspace = true
|
|
sqlx.workspace = true
|
|
chrono.workspace = true
|
|
uuid.workspace = true
|
|
tracing.workspace = true
|
|
tracing-subscriber.workspace = true
|
|
dotenvy.workspace = true
|
|
tower-http.workspace = true
|
|
tower_governor.workspace = true
|
|
bcrypt.workspace = true
|
|
jsonwebtoken.workspace = true
|
|
reqwest.workspace = true
|
|
urlencoding = "2.1"
|
|
base64 = "0.22"
|
|
utoipa.workspace = true
|
|
thiserror.workspace = true
|
|
http.workspace = true
|
|
mime_guess = "2.0"
|
|
aws-config = "1"
|
|
aws-sdk-s3 = "1"
|
|
sha2.workspace = true
|
|
hmac.workspace = true
|
|
hex.workspace = true
|
|
tokio-stream = "0.1"
|
|
lettre = { version = "0.11", default-features = false, features = ["builder", "smtp-transport", "tokio1", "tokio1-native-tls"] }
|
|
rand = "0.8"
|
|
regex = "1.10"
|