chore: update dependencies

This commit is contained in:
neri 2024-03-29 12:04:40 +01:00
parent 215bca866f
commit c88a900979
2 changed files with 335 additions and 342 deletions

671
Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -17,7 +17,7 @@ sqlx = { version = "0.7.1", default-features = false, features = [
"postgres", "postgres",
"time", "time",
] } ] }
env_logger = { version = "0.10.0", default-features = false, features = [ env_logger = { version = "0.11.3", default-features = false, features = [
"humantime", "humantime",
] } ] }
log = "0.4.17" log = "0.4.17"
@ -33,8 +33,8 @@ tree_magic_mini = { version = "3.0.3", features = ["with-gpl-data"] }
tree_magic_db = "*" tree_magic_db = "*"
mime = "0.3.16" mime = "0.3.16"
url = "2.3.1" url = "2.3.1"
actix-governor = "0.4.0" actix-governor = "0.5.0"
governor = "0.5.1" governor = "0.6.3"
lazy_static = "1.4.0" lazy_static = "1.4.0"
[profile.release] [profile.release]