diff --git a/Cargo.toml b/Cargo.toml index a6a71e5..1ea59c3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,12 +8,12 @@ license = "MIT" name = "robotparser" readme = "README.md" repository = "https://github.com/messense/robotparser-rs" -version = "0.4.3" +version = "0.4.4" [dependencies] hyper = "0.9" time = "0.1" -url = "1.0" +url = "1.1" [dependencies.clippy] optional = true