⬆️ Actualiza dependiencias

This commit is contained in:
Manuel Cillero 2022-11-04 21:01:25 +01:00
parent b728a74ee4
commit a43206bb0f

View file

@ -27,7 +27,7 @@ concat-string = "1.0.1"
figlet-rs = "0.1.4"
futures = "0.3.25"
nom = "7.1.1"
once_cell = "1.15.0"
once_cell = "1.16.0"
paste = "1.0.9"
substring = "1.4.5"
term_size = "0.3.2"
@ -37,8 +37,8 @@ url = "2.3.1"
tracing = "0.1.37"
tracing-appender = "0.2.2"
tracing-subscriber = { version = "0.3.16", features = ["json", "env-filter"] }
tracing-unwrap = { version = "0.9.2", default-features = false }
tracing-actix-web = "0.6.1"
tracing-unwrap = { version = "0.10.0", default-features = false }
tracing-actix-web = "0.6.2"
fluent-templates = "0.8.0"
unic-langid = "0.9.1"
@ -53,12 +53,12 @@ maud = { version = "0.24.0", features = ["actix-web"] }
serde = { version = "1.0", features = ["derive"] }
[dependencies.sea-orm]
version = "0.9.3"
version = "0.10.1"
features = ["debug-print", "macros", "runtime-async-std-native-tls"]
default-features = false
optional = true
[dependencies.sea-schema]
version = "0.9.4"
version = "0.10.2"
optional = true
[features]