1
0
Fork 0
mirror of https://gitlab.com/msrd0/gotham-restful.git synced 2025-02-23 04:52:28 +00:00

update log4rs to 0.13.0

This commit is contained in:
Dominic 2020-09-19 19:31:43 +02:00
parent 0729d5b8ed
commit eeea62859f
Signed by: msrd0
GPG key ID: DCC8C247452E98F9

View file

@ -19,5 +19,5 @@ gotham = { version = "0.5.0-rc.1", default-features = false }
gotham_derive = "0.5.0-rc.1" gotham_derive = "0.5.0-rc.1"
gotham_restful = { version = "0.1.0-rc0", features = ["auth", "openapi"] } gotham_restful = { version = "0.1.0-rc0", features = ["auth", "openapi"] }
log = "0.4.8" log = "0.4.8"
log4rs = { version = "0.12.0", features = ["console_appender"], default-features = false } log4rs = { version = "0.13.0", features = ["console_appender"], default-features = false }
serde = "1.0.110" serde = "1.0.110"