diff --git a/Cargo.toml b/Cargo.toml index 9f444b9..22c87f3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,10 +8,10 @@ license = "MIT" name = "robotparser" readme = "README.md" repository = "https://github.com/messense/robotparser-rs" -version = "0.4.1" +version = "0.4.2" [dependencies] -hyper = "0.7" +hyper = "0.8" time = "0.1" url = "0.5"