chore: bump version of dependencies

This commit is contained in:
2026-09-04 22:53:04 +04:00
parent 2442641479
commit 3204c41fd5
4 changed files with 1905 additions and 1457 deletions
+3 -3
View File
@@ -38,13 +38,13 @@ futures-util = "0"
# authorization
bcrypt = "0"
jsonwebtoken = { version = "9", features = ["use_pem"] }
jsonwebtoken = { version = "11", features = ["use_pem"] }
# creating users
objectid = "0"
# schedule downloader
reqwest = { version = "0", features = ["json"] }
reqwest = { version = "0", features = ["json", "form"] }
mime = "0"
# error handling
@@ -78,4 +78,4 @@ tracing = { version = "0", optional = true }
[dev-dependencies]
providers = { path = "providers", features = ["test"] }
actix-test = { path = "actix-test" }
actix-test = { path = "actix-test" }