Bump version.

This commit is contained in:
Edu4rdSHL 2021-05-16 16:23:45 -05:00
parent 4ffa94d613
commit 89e300439a
No known key found for this signature in database
GPG key ID: 3A574A4009F553E5
2 changed files with 5 additions and 4 deletions

View file

@ -18,8 +18,8 @@ log = { version = "0.4.14", features = ["std"] }
colored = { version = "2.0.0", optional = true }
rand = "0.8.3"
lazy_static = "1.4.0"
serde = { version = "1.0.125", features = ["derive"] }
serde_derive = "1.0.125"
serde = { version = "1.0.126", features = ["derive"] }
serde_derive = "1.0.126"
prettytable-rs = "0.8.0"
serde-xml-rs = "0.4.1"
chrono = "0.4.19"