mirror of
https://github.com/n08i40k/schedule-parser-rusted.git
synced 2026-09-14 08:58:53 +03:00
chore: bump version of dependencies
This commit is contained in:
+3
-3
@@ -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" }
|
||||
|
||||
Reference in New Issue
Block a user