diff options
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -19,7 +19,7 @@ panic = 'abort' [dependencies] yansi = "0.5" actix-web = "3" -simplelog = "0.9" +simplelog = "0.10" percent-encoding = "2" port_check = "0.1" bytesize = "1.0.0" |