⬆️ Upgrade dependencies
This commit is contained in:
parent
097b14107e
commit
cf3aeb9e6e
1 changed files with 5 additions and 5 deletions
|
|
@ -36,15 +36,15 @@ async-trait = "0.1.74"
|
|||
chrono = "0.4.31"
|
||||
concat-string = "1.0.1"
|
||||
figlet-rs = "0.1.5"
|
||||
itoa = "1.0.9"
|
||||
itoa = "1.0.10"
|
||||
nom = "7.1.3"
|
||||
once_cell = "1.18.0"
|
||||
once_cell = "1.19.0"
|
||||
paste = "1.0.14"
|
||||
smart-default = "0.7.1"
|
||||
substring = "1.4.5"
|
||||
term_size = "0.3.2"
|
||||
toml = "0.8.8"
|
||||
url = "2.4.1"
|
||||
url = "2.5.0"
|
||||
|
||||
tracing = "0.1.40"
|
||||
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"
|
||||
|
||||
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-session = { version = "0.8.0", features = ["cookie-session"] }
|
||||
|
|
@ -73,7 +73,7 @@ optional = true
|
|||
version = "0.4.1"
|
||||
|
||||
[dependencies.sea-orm]
|
||||
version = "0.12.8"
|
||||
version = "0.12.9"
|
||||
features = ["debug-print", "macros", "runtime-async-std-native-tls"]
|
||||
default-features = false
|
||||
optional = true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue