mirror of
https://github.com/danbulant/robotparser-rs
synced 2026-05-19 20:38:51 +00:00
Lock dependencies version to minor
This commit is contained in:
parent
255166313f
commit
119f067b1e
1 changed files with 7 additions and 7 deletions
14
Cargo.toml
14
Cargo.toml
|
|
@ -1,18 +1,18 @@
|
|||
[package]
|
||||
name = "robotparser"
|
||||
version = "0.3.0"
|
||||
authors = ["messense <messense@icloud.com>"]
|
||||
description = "robots.txt parser for Rust"
|
||||
repository = "https://github.com/messense/robotparser-rs"
|
||||
homepage = "https://github.com/messense/robotparser-rs"
|
||||
readme = "README.md"
|
||||
keywords = ["robot", "robots", "parser", "spider", "crawler"]
|
||||
license = "MIT"
|
||||
name = "robotparser"
|
||||
readme = "README.md"
|
||||
repository = "https://github.com/messense/robotparser-rs"
|
||||
version = "0.3.0"
|
||||
|
||||
[dependencies]
|
||||
hyper = "*"
|
||||
url = "*"
|
||||
time = "*"
|
||||
hyper = "0.7"
|
||||
time = "0.1"
|
||||
url = "0.5"
|
||||
|
||||
[features]
|
||||
unstable = []
|
||||
|
|
|
|||
Loading…
Reference in a new issue