1
0
Fork 0
mirror of https://gitlab.com/msrd0/gotham-restful.git synced 2025-04-19 22:44:38 +00:00

update log4rs

This commit is contained in:
Dominic 2020-05-06 13:46:22 +02:00
parent 5587ded60d
commit b1801f2486
Signed by: msrd0
GPG key ID: DCC8C247452E98F9

View file

@ -19,5 +19,5 @@ gotham = { git = "https://github.com/gotham-rs/gotham", version = "0.5.0-dev", d
gotham_derive = { git = "https://github.com/gotham-rs/gotham", version = "0.5.0-dev", default-features = false } gotham_derive = { git = "https://github.com/gotham-rs/gotham", version = "0.5.0-dev", default-features = false }
gotham_restful = { version = "0.1.0-dev", features = ["auth", "openapi"] } gotham_restful = { version = "0.1.0-dev", features = ["auth", "openapi"] }
log = "0.4.8" log = "0.4.8"
log4rs = { version = "0.11", features = ["console_appender"], default-features = false } log4rs = { version = "0.12", features = ["console_appender"], default-features = false }
serde = "1.0.106" serde = "1.0.106"