mirror of
https://github.com/danbulant/robotparser-rs
synced 2026-05-24 12:35:49 +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]
|
[package]
|
||||||
name = "robotparser"
|
|
||||||
version = "0.3.0"
|
|
||||||
authors = ["messense <messense@icloud.com>"]
|
authors = ["messense <messense@icloud.com>"]
|
||||||
description = "robots.txt parser for Rust"
|
description = "robots.txt parser for Rust"
|
||||||
repository = "https://github.com/messense/robotparser-rs"
|
|
||||||
homepage = "https://github.com/messense/robotparser-rs"
|
homepage = "https://github.com/messense/robotparser-rs"
|
||||||
readme = "README.md"
|
|
||||||
keywords = ["robot", "robots", "parser", "spider", "crawler"]
|
keywords = ["robot", "robots", "parser", "spider", "crawler"]
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
|
name = "robotparser"
|
||||||
|
readme = "README.md"
|
||||||
|
repository = "https://github.com/messense/robotparser-rs"
|
||||||
|
version = "0.3.0"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
hyper = "*"
|
hyper = "0.7"
|
||||||
url = "*"
|
time = "0.1"
|
||||||
time = "*"
|
url = "0.5"
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
unstable = []
|
unstable = []
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue