chore: update dependencies
This commit is contained in:
parent
215bca866f
commit
c88a900979
File diff suppressed because it is too large
Load Diff
|
@ -17,7 +17,7 @@ sqlx = { version = "0.7.1", default-features = false, features = [
|
|||
"postgres",
|
||||
"time",
|
||||
] }
|
||||
env_logger = { version = "0.10.0", default-features = false, features = [
|
||||
env_logger = { version = "0.11.3", default-features = false, features = [
|
||||
"humantime",
|
||||
] }
|
||||
log = "0.4.17"
|
||||
|
@ -33,8 +33,8 @@ tree_magic_mini = { version = "3.0.3", features = ["with-gpl-data"] }
|
|||
tree_magic_db = "*"
|
||||
mime = "0.3.16"
|
||||
url = "2.3.1"
|
||||
actix-governor = "0.4.0"
|
||||
governor = "0.5.1"
|
||||
actix-governor = "0.5.0"
|
||||
governor = "0.6.3"
|
||||
lazy_static = "1.4.0"
|
||||
|
||||
[profile.release]
|
||||
|
|
Loading…
Reference in New Issue