⬆️ Actualiza dependiencias
This commit is contained in:
parent
b728a74ee4
commit
a43206bb0f
1 changed files with 5 additions and 5 deletions
|
|
@ -27,7 +27,7 @@ concat-string = "1.0.1"
|
||||||
figlet-rs = "0.1.4"
|
figlet-rs = "0.1.4"
|
||||||
futures = "0.3.25"
|
futures = "0.3.25"
|
||||||
nom = "7.1.1"
|
nom = "7.1.1"
|
||||||
once_cell = "1.15.0"
|
once_cell = "1.16.0"
|
||||||
paste = "1.0.9"
|
paste = "1.0.9"
|
||||||
substring = "1.4.5"
|
substring = "1.4.5"
|
||||||
term_size = "0.3.2"
|
term_size = "0.3.2"
|
||||||
|
|
@ -37,8 +37,8 @@ url = "2.3.1"
|
||||||
tracing = "0.1.37"
|
tracing = "0.1.37"
|
||||||
tracing-appender = "0.2.2"
|
tracing-appender = "0.2.2"
|
||||||
tracing-subscriber = { version = "0.3.16", features = ["json", "env-filter"] }
|
tracing-subscriber = { version = "0.3.16", features = ["json", "env-filter"] }
|
||||||
tracing-unwrap = { version = "0.9.2", default-features = false }
|
tracing-unwrap = { version = "0.10.0", default-features = false }
|
||||||
tracing-actix-web = "0.6.1"
|
tracing-actix-web = "0.6.2"
|
||||||
|
|
||||||
fluent-templates = "0.8.0"
|
fluent-templates = "0.8.0"
|
||||||
unic-langid = "0.9.1"
|
unic-langid = "0.9.1"
|
||||||
|
|
@ -53,12 +53,12 @@ maud = { version = "0.24.0", features = ["actix-web"] }
|
||||||
serde = { version = "1.0", features = ["derive"] }
|
serde = { version = "1.0", features = ["derive"] }
|
||||||
|
|
||||||
[dependencies.sea-orm]
|
[dependencies.sea-orm]
|
||||||
version = "0.9.3"
|
version = "0.10.1"
|
||||||
features = ["debug-print", "macros", "runtime-async-std-native-tls"]
|
features = ["debug-print", "macros", "runtime-async-std-native-tls"]
|
||||||
default-features = false
|
default-features = false
|
||||||
optional = true
|
optional = true
|
||||||
[dependencies.sea-schema]
|
[dependencies.sea-schema]
|
||||||
version = "0.9.4"
|
version = "0.10.2"
|
||||||
optional = true
|
optional = true
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue