mirror of
https://github.com/rwf2/Rocket.git
synced 2025-01-29 12:52:05 +00:00
Reduce or consolidate git-based dependencies.
This commit is contained in:
parent
429c0dfeb6
commit
b642e94a2c
@ -26,7 +26,4 @@ rev = "160da392"
|
||||
|
||||
[dev-dependencies]
|
||||
rocket = { version = "0.4.0-dev", path = "../lib" }
|
||||
|
||||
[dev-dependencies.compiletest_rs]
|
||||
git = "https://github.com/SergioBenitez/compiletest-rs"
|
||||
branch = "regex-support"
|
||||
compiletest_rs = { git = "https://github.com/laumann/compiletest-rs" }
|
||||
|
@ -17,7 +17,6 @@ categories = ["web-programming"]
|
||||
tls = ["rustls", "hyper-sync-rustls"]
|
||||
|
||||
[dependencies]
|
||||
pear = { git = "http://github.com/SergioBenitez/Pear", rev = "b475140" }
|
||||
smallvec = "0.6"
|
||||
percent-encoding = "1"
|
||||
hyper = { version = "0.10.13", default-features = false }
|
||||
@ -25,11 +24,8 @@ time = "0.1"
|
||||
indexmap = "1.0"
|
||||
rustls = { version = "0.13", optional = true }
|
||||
state = "0.4"
|
||||
|
||||
[dependencies.cookie]
|
||||
git = "https://github.com/alexcrichton/cookie-rs"
|
||||
rev = "f191ca50"
|
||||
features = ["percent-encode", "secure"]
|
||||
cookie = { version = "0.11", features = ["percent-encode", "secure"] }
|
||||
pear = { git = "http://github.com/SergioBenitez/Pear", rev = "b475140" }
|
||||
|
||||
[dependencies.hyper-sync-rustls]
|
||||
version = "=0.3.0-rc.3"
|
||||
|
Loading…
Reference in New Issue
Block a user