diff --git a/Cargo.toml b/Cargo.toml index e58840c..ec296fb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ serde = { version = "1.0.126", features = ["derive"] } serde_json = "1.0.64" hyper = { version = "0.14.4", features = ["full"] } hyper-tls = "0.5.0" -parse-display = "0.6.0" +parse-display = "0.7.0" [dev_dependencies] tokio = { version = "1.3.0", features = ["macros", "rt-multi-thread"] }