⬆️ Upgrade dependencies

This commit is contained in:
Manuel Cillero 2023-12-09 12:34:17 +01:00
parent 097b14107e
commit cf3aeb9e6e

View file

@ -36,15 +36,15 @@ async-trait = "0.1.74"
chrono = "0.4.31" chrono = "0.4.31"
concat-string = "1.0.1" concat-string = "1.0.1"
figlet-rs = "0.1.5" figlet-rs = "0.1.5"
itoa = "1.0.9" itoa = "1.0.10"
nom = "7.1.3" nom = "7.1.3"
once_cell = "1.18.0" once_cell = "1.19.0"
paste = "1.0.14" paste = "1.0.14"
smart-default = "0.7.1" smart-default = "0.7.1"
substring = "1.4.5" substring = "1.4.5"
term_size = "0.3.2" term_size = "0.3.2"
toml = "0.8.8" toml = "0.8.8"
url = "2.4.1" url = "2.5.0"
tracing = "0.1.40" tracing = "0.1.40"
tracing-appender = "0.2.3" tracing-appender = "0.2.3"
@ -52,7 +52,7 @@ tracing-subscriber = { version = "0.3.18", features = ["json", "env-filter"] }
tracing-actix-web = "0.7.9" tracing-actix-web = "0.7.9"
fluent-templates = "0.8.0" fluent-templates = "0.8.0"
unic-langid = { version = "0.9.1", features = ["macros"] } unic-langid = { version = "0.9.3", features = ["macros"] }
actix-web = "4" actix-web = "4"
actix-session = { version = "0.8.0", features = ["cookie-session"] } actix-session = { version = "0.8.0", features = ["cookie-session"] }
@ -73,7 +73,7 @@ optional = true
version = "0.4.1" version = "0.4.1"
[dependencies.sea-orm] [dependencies.sea-orm]
version = "0.12.8" version = "0.12.9"
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