diff --git a/Cargo.toml b/Cargo.toml index 25c211a..614d630 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ categories = ["web-programming::http-server"] [dependencies] colored = "2" tiny_http = "0.11" -infer = "0.7.0" +infer = "0.13.0" clap = { version = "3.0.0-rc.8", features = ["derive"] } istor = "0.2.1" base64 = "0.13.0"