mirror of
https://gitlab.com/msrd0/gotham-restful.git
synced 2025-02-23 04:52:28 +00:00
some dependency updates
This commit is contained in:
parent
d9c22579b0
commit
a0059fd7b9
1 changed files with 3 additions and 3 deletions
|
@ -18,8 +18,8 @@ repository = "https://gitlab.com/msrd0/gotham-restful"
|
||||||
gitlab = { repository = "msrd0/gotham-restful", branch = "master" }
|
gitlab = { repository = "msrd0/gotham-restful", branch = "master" }
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
base64 = { version = "0.12.1", optional = true }
|
base64 = { version = "0.13.0", optional = true }
|
||||||
chrono = { version = "0.4.11", features = ["serde"], optional = true }
|
chrono = { version = "0.4.19", features = ["serde"], optional = true }
|
||||||
cookie = { version = "0.14", optional = true }
|
cookie = { version = "0.14", optional = true }
|
||||||
futures-core = "0.3.5"
|
futures-core = "0.3.5"
|
||||||
futures-util = "0.3.5"
|
futures-util = "0.3.5"
|
||||||
|
@ -34,7 +34,7 @@ log = "0.4.8"
|
||||||
mime = "0.3.16"
|
mime = "0.3.16"
|
||||||
openapiv3 = { version = "0.3.2", optional = true }
|
openapiv3 = { version = "0.3.2", optional = true }
|
||||||
serde = { version = "1.0.110", features = ["derive"] }
|
serde = { version = "1.0.110", features = ["derive"] }
|
||||||
serde_json = "1.0.53"
|
serde_json = "1.0.58"
|
||||||
uuid = { version = "0.8.1", optional = true }
|
uuid = { version = "0.8.1", optional = true }
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
|
|
Loading…
Add table
Reference in a new issue